Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0924ff0

Browse filesBrowse files
llatifJon Wayne Parrott
authored andcommitted
Add region tags for firebase auth to openapi.yaml (GoogleCloudPlatform#809)
In order to allow for includes
1 parent ffe522f commit 0924ff0
Copy full SHA for 0924ff0

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎endpoints/getting-started/openapi.yaml

Copy file name to clipboardExpand all lines: endpoints/getting-started/openapi.yaml
+2Lines changed: 2 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.