September 2019
Beginner
512 pages
12h 52m
English
The first step, if you remember, is enabling the necessary services on Firebase. In this case, we want to enable the Cloud Firestore technology on Firebase:

We enable it like any other Firebase service. One important thing regarding data is to do with security. Firebase provides rule mechanisms so that we can configure the level to access any information stored in our database. In the creation prompt, this is the only thing we configure:

In our application, we are not going to define any rules for simplicity; ...
Read now
Unlock full access