Skip to content

Commit

Permalink
add google-services file (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
niehusst authored Mar 10, 2021
1 parent d20e382 commit fb13d1e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ keystore.properties
.cxx/

# Google Services (e.g. APIs or Firebase)
google-services.json
#google-services.json

# Freeline
freeline.py
Expand Down
47 changes: 47 additions & 0 deletions app/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"project_info": {
"project_number": "1061192947637",
"project_id": "partyq-3f40c",
"storage_bucket": "partyq-3f40c.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:1061192947637:android:14fbd6b9abf2abc9acabfc",
"android_client_info": {
"package_name": "com.niehusst.partyq"
}
},
"oauth_client": [
{
"client_id": "1061192947637-fo97hlb364vuko6p19rc8ahg88kkid6k.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.niehusst.partyq",
"certificate_hash": "68174e1fc7d16c5ed039d377d98fec008a7a63fb"
}
},
{
"client_id": "1061192947637-fu37smv767fri8niqm9h0doiq6rt0t9f.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyCDGggNl7HGX9s26y_5Rpnpws4ZgiFBEbw"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "1061192947637-fu37smv767fri8niqm9h0doiq6rt0t9f.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}

0 comments on commit fb13d1e

Please sign in to comment.