-
Notifications
You must be signed in to change notification settings - Fork 20
Create Firebase Project
Rohit Sarkar edited this page Aug 26, 2019
·
10 revisions
- Open the Firebase Console
- Click on Create Project and enter the details, no need to setup analytics.
- Click on add Firebase to your web app button. Enter a nickname for your app, no need to setup firebase hosting.
- In the Firebase Console click on project settings and navigate to Service accounts and click on Generate new Private Key.
- Copy the downloaded key to the backend directory and rename the file to config.json
- In setup.js change the database URL, you'll get the database URL from the Service account tab in Firebase console.
- Go to the
Authentication
section of your project. Go toSign-in method
and enableEmail/Password
- Go to the
Database
section of your project. Under therules
tab set both of the rules (read and write) totrue
.