-
Notifications
You must be signed in to change notification settings - Fork 2
Tutorial Firebase Setup
Warning
This section is under construction. Some of this information is out of date with the latest release of the template. Use with caution.
This guide walks through creating and configuring your Firebase project step by step.
-
Go to the Firebase Console
-
Click on Add project and you'll see this screen:
-
Enter a project name (e.g.,
phillab-demo
) -
Click Continue
-
Choose whether to enable Google Analytics (optional for this tutorial)
-
You'll be taken to the project dashboard:
-
In the Firebase Console:
- Click on Cloud Firestore (or All products > Cloud Firestore)
- Click Create Database
-
Choose settings:
- Select "Start in production mode"
- Choose your database location/region
-
You'll see the empty database view:
-
In Firebase Console:
- Go to Authentication
- Click Get Started
-
You'll see authentication options:
-
Enable Anonymous authentication:
- Click on Anonymous
- Toggle to enable
- Click Save
-
Go to Project Settings (gear icon)
-
Click the web platform icon (
</>
) -
Register your app:
- Enter app nickname
- Check "Also set up Firebase Hosting"
- Click Register app
-
Copy your configuration:
Save this configuration - you'll need it in the Tutorial/Project Setup phase.
Continue to Tutorial/Project Setup to set up your local development environment.