docs: add clarification around access required to Firebase projects

This commit is contained in:
Luke Watts
2023-10-08 06:29:37 +02:00
parent 21655a42bd
commit 6485ff5aef

View File

@@ -28,3 +28,7 @@ Run the following command from the project root directory:
```bash ```bash
firebase deploy --only extensions [--project project_id] firebase deploy --only extensions [--project project_id]
``` ```
**Note:** Deploying this extensions requires admin access to the target Firebase project. This can be achieved by adding the user to the project with the `Firebase Admin` role.
Project maintainers will have access to the production instances, contributors are recommended to setup their own Firebase project to test the extension.