Skip to content

Instantly share code, notes, and snippets.

@vonvick
Created March 27, 2019 12:40
Show Gist options
  • Save vonvick/b247d2b1d930828f1d4792d035899a1b to your computer and use it in GitHub Desktop.
Save vonvick/b247d2b1d930828f1d4792d035899a1b to your computer and use it in GitHub Desktop.
An Example Firebase Service Account json file
{
"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