We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe522f commit 0924ff0Copy full SHA for 0924ff0
endpoints/getting-started/openapi.yaml
@@ -145,10 +145,12 @@ securityDefinitions:
145
# Your OAuth2 client's Client ID must be added here. You can add multiple client IDs to accept tokens form multiple clients.
146
x-google-audiences: "YOUR-CLIENT-ID"
147
# This section configures authentication using Firebase Auth.
148
+ # [START firebaseAuth]
149
firebase:
150
authorizationUrl: ""
151
flow: "implicit"
152
type: "oauth2"
153
x-google-issuer: "https://securetoken.google.com/YOUR-PROJECT-ID"
154
x-google-jwks_uri: "https://www.googleapis.com/service_accounts/v1/metadata/x509/securetoken@system.gserviceaccount.com"
155
x-google-audiences: "YOUR-PROJECT-ID"
156
+ # [END firebaseAuth]
0 commit comments