Skip to content

Instantly share code, notes, and snippets.

@drewrothstein
Created January 21, 2019 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drewrothstein/1db45ee24c40f899f27797a3ab36685f to your computer and use it in GitHub Desktop.
Save drewrothstein/1db45ee24c40f899f27797a3ab36685f to your computer and use it in GitHub Desktop.
Expo: Firebase Console `json`
{
"project_info": {
"project_number": "1234567890",
"firebase_url": "https://yourapp.firebaseio.com",
"project_id": "yourapp",
"storage_bucket": "yourapp.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:1234567890:android:1234567890",
"android_client_info": {
"package_name": "com.yourcompany.yourapp"
}
},
"oauth_client": [
{
"client_id": "1234567890-abcdefghijklmnopqrstuvwxyz.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.yourcompany.yourapp",
"certificate_hash": "abcdefghijklmnopqrstuvwxyz"
}
},
{
"client_id": "1234567890-abcdefghijklmnopqrstuvwxyz.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "abcdefghijklmnopqrstuvwxyz"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 2,
"other_platform_oauth_client": [
{
"client_id": "1234567890-abcdefghijklmnopqrstuvwxyz.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "1234567890-abcdefghijklmnopqrstuvwxyz.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.yourcompany.yourapp",
"app_store_id": "1234567890"
}
}
]
},
"ads_service": {
"status": 2
}
}
}
],
"configuration_version": "1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment