diff --git a/.gitignore b/.gitignore index beda834..7dc29f6 100644 --- a/.gitignore +++ b/.gitignore @@ -55,7 +55,8 @@ captures/ .idea/navEditor.xml .idea/misc.xml .idea/studiobot.xml - +.idea/*.iml +app/google-services.json # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. #*.jks diff --git a/app/google-services.json b/app/google-services.json deleted file mode 100644 index 53fb098..0000000 --- a/app/google-services.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "project_info": { - "project_number": "594624484851", - "project_id": "token-webview-testapp", - "storage_bucket": "token-webview-testapp.firebasestorage.app" - }, - "client": [ - { - "client_info": { - "mobilesdk_app_id": "1:594624484851:android:5c60372b85b2112a13ae86", - "android_client_info": { - "package_name": "com.example.paymentdemoandroid" - } - }, - "oauth_client": [], - "api_key": [ - { - "current_key": "AIzaSyDiyWck0Ov84NzSnBu5APYQSirL3wyp3bk" - } - ], - "services": { - "appinvite_service": { - "other_platform_oauth_client": [] - } - } - } - ], - "configuration_version": "1" -} \ No newline at end of file