diff --git a/.gitignore b/.gitignore index d3793272..6fe87abb 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ .history .svn/ lib/generated_plugin_registrant.dart -google-services.json prime # libolm package diff --git a/android/app/google-services.json b/android/app/google-services.json new file mode 100644 index 00000000..e33988c4 --- /dev/null +++ b/android/app/google-services.json @@ -0,0 +1,46 @@ +{ + "project_info": { + "project_number": "865731724731", + "project_id": "fluffychat-ef3e8", + "storage_bucket": "fluffychat-ef3e8.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:865731724731:android:ec427b3b1dcd4a1e64309e", + "android_client_info": { + "package_name": "chat.fluffy.fluffychat" + } + }, + "oauth_client": [ + { + "client_id": "865731724731-od6969v178ul9970elgacpt936v5t7qg.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyBLdZpGSPjcinikB4lAU6awW_h88NG17Sg" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "865731724731-od6969v178ul9970elgacpt936v5t7qg.apps.googleusercontent.com", + "client_type": 3 + }, + { + "client_id": "865731724731-ofdr7e6m04murgb1bvchlj9oaos0q5i3.apps.googleusercontent.com", + "client_type": 2, + "ios_info": { + "bundle_id": "im.fluffychat.app" + } + } + ] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file