Skip to content

Instantly share code, notes, and snippets.

@Bruno125
Last active April 6, 2017 01:53
Show Gist options
  • Save Bruno125/2ef5baf7af90e0d0b16f43034ebce934 to your computer and use it in GitHub Desktop.
Save Bruno125/2ef5baf7af90e0d0b16f43034ebce934 to your computer and use it in GitHub Desktop.
Demo google-services.json for https://github.com/Bruno125/Unofficial-Ups . It's enough to make the project compile (despite the "REMOVED" stuff)
{
"project_info": {
"project_number": "**REMOVED**",
"firebase_url": "**REMOVED**",
"project_id": "unofficial-upc",
"storage_bucket": "unofficial-upc.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "**REMOVED**",
"android_client_info": {
"package_name": "com.brunoaybar.unofficialupc"
}
},
"oauth_client": [
{
"client_id": "**REMOVED**",
"client_type": 3
}
],
"api_key": [
{
"current_key": "**REMOVED**"
}
],
"services": {
"analytics_service": {
"status": 2,
"analytics_property": {
"tracking_id": "**REMOVED**"
}
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"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