Skip to content

Commit

Permalink
Docs: Update firebase.md (#1653)
Browse files Browse the repository at this point in the history
Docs: Replaces internal-only URL with a link accessible to non-Google developers.
  • Loading branch information
thedmail authored Jan 24, 2025
1 parent 1bd8c75 commit 46b28af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plugins/firebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To provide Firebase credentials, you also need to set up Google Cloud Applicatio

Firebase Genkit Monitoring is powered by Google's Cloud operation suite. This requires telemetry related API's to be enabled for your project. Please refer to the [Google Cloud plugin](google-cloud.md#set-up-a-google-cloud-account) documentation for more details.

Grant the following roles to the **"Default compute service account"** within the [Google Cloud IAM Console](https://pantheon.corp.google.com/iam-admin/iam?authuser=0):
Grant the following roles to the **"Default compute service account"** within the [Google Cloud IAM Console](https://console.cloud.google.com/iam-admin/iam-admin/iam?authuser=0):

- **Monitoring Metric Writer** (roles/monitoring.metricWriter)
- **Cloud Trace Agent** (roles/cloudtrace.agent)
Expand Down Expand Up @@ -345,4 +345,4 @@ export const exampleFlow = onFlow(

To define an auth policy, provide `firebaseAuth()` with a callback function that takes a [`DecodedIdToken`](https://firebase.google.com/docs/reference/admin/node/firebase-admin.auth.decodedidtoken) as its only parameter. In this function, examine the user token and throw an error if the user fails to meet any of the criteria you want to require.

See [Authorization and integrity](http://../auth.md) for a more thorough discussion of this topic.
See [Authorization and integrity](http://../auth.md) for a more thorough discussion of this topic.

0 comments on commit 46b28af

Please sign in to comment.