-
-
Save bacongravy/948f2cf5baeeb5d270f6170881e06bce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FIREBASE_SERVICE_ACCOUNT='{ | |
| "type": "service_account", | |
| "project_id": "charmed-cultured-cupcake", | |
| "private_key_id": "-----REDACTED-----", | |
| "private_key": "-----BEGIN PRIVATE KEY-----\n-----REDACTED-----\n-----END PRIVATE KEY-----\n", | |
| "client_email": "firebase-adminsdk-522mn@charmed-cultured-cupcakee.iam.gserviceaccount.com", | |
| "client_id": "-----REDACTED-----", | |
| "auth_uri": "https://accounts.google.com/o/oauth2/auth", | |
| "token_uri": "https://oauth2.googleapis.com/token", | |
| "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", | |
| "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-522mn%40charmed-cultured-cupcake.iam.gserviceaccount.com" | |
| } | |
| ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment