- Craete a firebase project no need to enable
Google Analytics. - Open the project then add a new iOS app.
- Download the
GoogleService-info.plistand put it insideios/Runner/ - Go to
Authenticationfrom left panel thenSign-in methodand EnableEmail/Password - Select
Firestore Databasethencreate databasethis will take few clicks then you done. - Go to the rules delete the time validation line and
trueafter if. Be aware this will make the database public and you don't wanna do in production.
allow read, write: if // add here 'true;'
request.time < timestamp.date(2022, 1, 2); // delete this line
|
|
|
|
|
|
|
|
|
|
|
|











