Learning Firebase(1):Create Your First Project
Learning Firebase series:
Learning Firebase(1):Create Your First Project
Learning Firebase(2):CRUD Our Database with Python
Learning Firebase(3):Upload Image to Firebase with Python
Sign up
you can sign up your account with the following link.
https://firebase.google.com
Create your first project

Set up the project



Enter into the Dashboard

Click “Database”

Create Database

just click next step

Choose the location of Cloud Firestore

Click Database->rule

In this part, we have to change some default setting:

We change the database type to Realtime Database and modified the rule. So that the database can be read&write. Finally we have to click the depoly button to make sure everything is saved.