Created
March 27, 2019 12:40
-
-
Save vonvick/b247d2b1d930828f1d4792d035899a1b to your computer and use it in GitHub Desktop.
An Example Firebase Service Account json file
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
{ | |
"type": "service_account", | |
"project_id": "<project-id>", | |
"private_key_id": "<private-key-id>", | |
"private_key": "<private-key>", | |
"client_email": "<client-email>", | |
"client_id": "<client-id>", | |
"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-identifier>.iam.gserviceaccount.com" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment