You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We configure the Firestore rules within the repository (see firestore.rules file). Currently, this is automatically picked up by the emulator but is not deployed to Firebase itself.
Solution
Use a GitHub Action on a successful PR merge to deploy updated Firestore rules automatically to the cloud. The general Firestore rules documentation page might be helpful. To integrate it into GitHub Actions, we might want to rely on the GitHub Action for Firebase.
Additional context
We might want to consider a future setup, where we have multiple Firestore projects running (e.g. production vs. development).
Further, we should consider referencing the above documentation links in the Template Application.
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Problem
We configure the Firestore rules within the repository (see
firestore.rules
file). Currently, this is automatically picked up by the emulator but is not deployed to Firebase itself.Solution
Use a GitHub Action on a successful PR merge to deploy updated Firestore rules automatically to the cloud. The general Firestore rules documentation page might be helpful. To integrate it into GitHub Actions, we might want to rely on the GitHub Action for Firebase.
Additional context
We might want to consider a future setup, where we have multiple Firestore projects running (e.g. production vs. development).
Further, we should consider referencing the above documentation links in the Template Application.
Code of Conduct
The text was updated successfully, but these errors were encountered: