Created
November 1, 2019 22:59
-
-
Save jrodl3r/3f18928da87071064e79d51da4b80553 to your computer and use it in GitHub Desktop.
ElasticSearch - Firebase Admin Tools Service Key
This file contains 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": "client_x509_cert_url" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment