๐Ÿ‘ถ Getting Started

Basic Firebase security concepts and project setup instructions

1. Create a Firebase Project

Create a Firebase project or use an existing one.

2. Create a Frontend Project

Create a frontend project or use an existing one. As a bare minimum requirement, simply initialize an NPM project using the command below.

command line
npm init -y

# OR 

npx create-react-app myapp

3. Connect your Local Code to Firebase

command line
npm -g firebase-tools

firebase-login

firebase init 
# choose firestore, functions, storage, and emulators

Questions? Let's chat

Open Discord