Skip to content

Commit

Permalink
Add region tags for firebase auth to openapi.yaml (#809)
Browse files Browse the repository at this point in the history
In order to allow for includes
  • Loading branch information
llatif authored and Jon Wayne Parrott committed Feb 16, 2017
1 parent ffe522f commit 0924ff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions endpoints/getting-started/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,12 @@ securityDefinitions:
# Your OAuth2 client's Client ID must be added here. You can add multiple client IDs to accept tokens form multiple clients.
x-google-audiences: "YOUR-CLIENT-ID"
# This section configures authentication using Firebase Auth.
# [START firebaseAuth]
firebase:
authorizationUrl: ""
flow: "implicit"
type: "oauth2"
x-google-issuer: "https://securetoken.google.com/YOUR-PROJECT-ID"
x-google-jwks_uri: "https://www.googleapis.com/service_accounts/v1/metadata/x509/securetoken@system.gserviceaccount.com"
x-google-audiences: "YOUR-PROJECT-ID"
# [END firebaseAuth]

0 comments on commit 0924ff0

Please sign in to comment.