securityDefinitions:
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/
[email protected]"
x-google-audiences: "YOUR-PROJECT-ID"
security:
- firebase: []