Top

Chatzy Documentation

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 :


  1. On left hand side panel,go to build, select Firestore database.
  2. Click on Create Database.
  3. Then select mode wheather for live or debug mode need to use
  4. Now click Rules tab
  5. Change condition by true
  6. After doing true click on publish button so that you can access database.

For store Images, Videos, Audios, etc.:


  1. On left hand side panel,go to build, select Storage.
  2. Click on Get started.
  3. Then select mode wheather for live or debug mode need to use
  4. Now click Rules tab
  5. Change condition by true
  6. After doing true click on publish button so that you can access database.