Create: Project, Database & App
Create Project
+Add project- Add project name -> analytics -> select your account -> click "Create project" -> Wait, then click "Continue"
Create Database for the Project
- Scroll down page and under heading "Realtime Database", click "Create database"
- Select "Start in test mode" -> "Enable"
Create App belongs to the Project
- Click "Project Overview" (upper left corner) or hamburger menu, then the "Project Settings"
- Under "Your apps" -> Click
</>to "Add Firebase to your web app" -> Name your web app -> Register app - IMPORTANT: copy only the
key:valuepairs inside of the config settings. Then paste them inside of the config object in your JavaScript. - Click "Continue to console" button
- Sanity check: Click on database from hamburger menu. Make sure in the dropdown that Realtime is selected. Under the rules, make sure they have the value of true for "read" and "write". Then click "Publish"