Skip to content

Commit 0924ff0

Browse files
llatifJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Add region tags for firebase auth to openapi.yaml (GoogleCloudPlatform#809)
In order to allow for includes
1 parent ffe522f commit 0924ff0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

endpoints/getting-started/openapi.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,12 @@ securityDefinitions:
145145
# Your OAuth2 client's Client ID must be added here. You can add multiple client IDs to accept tokens form multiple clients.
146146
x-google-audiences: "YOUR-CLIENT-ID"
147147
# This section configures authentication using Firebase Auth.
148+
# [START firebaseAuth]
148149
firebase:
149150
authorizationUrl: ""
150151
flow: "implicit"
151152
type: "oauth2"
152153
x-google-issuer: "https://securetoken.google.com/YOUR-PROJECT-ID"
153154
x-google-jwks_uri: "https://www.googleapis.com/service_accounts/v1/metadata/x509/securetoken@system.gserviceaccount.com"
154155
x-google-audiences: "YOUR-PROJECT-ID"
156+
# [END firebaseAuth]

0 commit comments

Comments
 (0)