Getting Started Basic Firebase security concepts and project setup instructions

This lesson is available for PRO members or as a single course purchase. Sign-in and choose a plan below.
Get Unlimited PRO Access

OR


*Enrollment provides full access to this course (and updates) for life.

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?

Ask questions via GitHub below OR chat on Slack #questions