diff --git a/app/google-services.json b/app/google-services.json new file mode 100644 index 000000000..2ad68a058 --- /dev/null +++ b/app/google-services.json @@ -0,0 +1,40 @@ +{ + "project_info": { + "project_number": "XXX", + "firebase_url": "https://meshutil.firebaseio.com", + "project_id": "meshutil", + "storage_bucket": "meshutil.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:XXX:android:XXX", + "android_client_info": { + "package_name": "com.geeksville.mesh" + } + }, + "oauth_client": [ + { + "client_id": "XXX-XXX.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "XXX" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "XXX-XXX.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file