Firebase Rules:
NOTE :
- Before running the app make sure you have import Collection json in
Firestore database which we have provided.
- Before import json in firestore database remember to give rule permission or
create Firestore Data.
See the Firebase Rules for create
Firestore
Database and how to give
permission
in firebase.
Also you can check below video for how to import json in firebase:
VIDEO URL :
https://youtu.be/Jd0sW8Wrc5Y?si=AxC6BmWBFwZfZU4a
- For Firebase Phone Authentication, you need to enable billing on your
Firebase account, as it is required. Please refer to the url below for
instructions on enabling billing for your firebase account.
URL :
https://youtu.be/Jd0sW8Wrc5Y?si=AxC6BmWBFwZfZU4a
For save data in Firebase storage and upload file,images,videos etc need to give permission
For store data in Firestore Database :
- On left hand side panel,go to build, select Firestore database.
- Click on Create Database.
- Then select mode wheather for live or debug mode need to use
- Now click Rules tab
- Change condition by true
- After doing true click on publish button so that you can access database.
For store Images, Videos, Audios, etc.:
- On left hand side panel,go to build, select Storage.
- Click on Get started.
- Then select mode wheather for live or debug mode need to use
- Now click Rules tab
- Change condition by true
- After doing true click on publish button so that you can access database.