Skip to content

Commit

Permalink
Added Firebase to collect statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciotogneri committed Sep 11, 2016
1 parent b2a2f59 commit 33dcea5
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@ dependencies
compile 'com.android.support:support-v4:24.2.0'
compile 'com.android.support:appcompat-v7:24.2.0'
compile 'com.android.support:design:24.2.0'
compile 'com.google.firebase:firebase-core:9.4.0'
compile 'ch.acra:acra:4.9.0'
}
}

apply plugin: 'com.google.gms.google-services'
55 changes: 55 additions & 0 deletions app/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"project_info": {
"project_number": "916031414808",
"firebase_url": "https://file-explorer-4fc1d.firebaseio.com",
"project_id": "file-explorer-4fc1d",
"storage_bucket": "file-explorer-4fc1d.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:916031414808:android:348ac6261153e535",
"android_client_info": {
"package_name": "com.mauriciotogneri.fileexplorer"
}
},
"oauth_client": [
{
"client_id": "916031414808-3u1sri8pgfh63k8cegojrqvj52u08aj1.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.mauriciotogneri.fileexplorer",
"certificate_hash": "808DCD3D2690FF6F4D7BF006A9693003DB48BC66"
}
},
{
"client_id": "916031414808-7bqdqs8695tkqais7oup1296eevpsa4h.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyAjxsssaLayH5EdE7MZ5nA0Cxzh1DTa4jE"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 2,
"other_platform_oauth_client": [
{
"client_id": "916031414808-7bqdqs8695tkqais7oup1296eevpsa4h.apps.googleusercontent.com",
"client_type": 3
}
]
},
"ads_service": {
"status": 2
}
}
}
],
"configuration_version": "1"
}
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ buildscript
dependencies
{
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.google.gms:google-services:3.0.0'
}
}

Expand Down

0 comments on commit 33dcea5

Please sign in to comment.