Firebase Rules
Firebase Rules:
NOTE :Before launching the app, ensure you have correctly set up the ADMIN LARAVEL and have added all necessary data through the admin panel.
NOTE : For Firebase Social Login, you need to enable billing on your Firebase account, as it is required.
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.

Now go to the Firebase SHA key: SHA Key.
Last updated