-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gtag replaced by firebase analytic (#250)
- Loading branch information
Sebastian Ovide
authored
Oct 8, 2019
1 parent
cc66308
commit 32ade44
Showing
10 changed files
with
219 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CLIENT_ID</key> | ||
<string>845679623528-8vm248lavehu6pqcova3vuqhejujgkr6.apps.googleusercontent.com</string> | ||
<key>REVERSED_CLIENT_ID</key> | ||
<string>com.googleusercontent.apps.845679623528-8vm248lavehu6pqcova3vuqhejujgkr6</string> | ||
<key>API_KEY</key> | ||
<string>AIzaSyA8HkKbJEp8Yr1J0JnuRcarJIQjYv62i8k</string> | ||
<key>GCM_SENDER_ID</key> | ||
<string>845679623528</string> | ||
<key>PLIST_VERSION</key> | ||
<string>1</string> | ||
<key>BUNDLE_ID</key> | ||
<string>com.lewismakesapps.Plastic-Patrol</string> | ||
<key>PROJECT_ID</key> | ||
<string>plastic-patrol-fd3b3</string> | ||
<key>STORAGE_BUCKET</key> | ||
<string>plastic-patrol-fd3b3.appspot.com</string> | ||
<key>IS_ADS_ENABLED</key> | ||
<false></false> | ||
<key>IS_ANALYTICS_ENABLED</key> | ||
<false></false> | ||
<key>IS_APPINVITE_ENABLED</key> | ||
<true></true> | ||
<key>IS_GCM_ENABLED</key> | ||
<true></true> | ||
<key>IS_SIGNIN_ENABLED</key> | ||
<true></true> | ||
<key>GOOGLE_APP_ID</key> | ||
<string>1:845679623528:ios:8201657c241d66c606eadd</string> | ||
<key>DATABASE_URL</key> | ||
<string>https://plastic-patrol-fd3b3.firebaseio.com</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,7 @@ | |
<splash density="port-ldpi" src="res/screen/android/splash-port-ldpi.png"/> | ||
<splash density="port-mdpi" src="res/screen/android/splash-port-mdpi.png"/> | ||
<splash density="port-xhdpi" src="res/screen/android/splash-port-xhdpi.png"/> | ||
<resource-file src="google-services.json" target="app/google-services.json"/> | ||
</platform> | ||
<platform name="ios"> | ||
<allow-intent href="itms:*"/> | ||
|
@@ -56,6 +57,7 @@ | |
<icon src="res/icon/ios/[email protected]" width="87"/> | ||
<icon src="res/icon/ios/icon-1024.png" width="1024"/> | ||
<splash src="res/screen/ios/Default@2x~universal~anyany.png"/> | ||
<resource-file src="GoogleService-Info.plist"/> | ||
<preference name="DisallowOverscroll" value="true"/> | ||
|
||
<edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryUsageDescription"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"project_info": { | ||
"project_number": "845679623528", | ||
"firebase_url": "https://plastic-patrol-fd3b3.firebaseio.com", | ||
"project_id": "plastic-patrol-fd3b3", | ||
"storage_bucket": "plastic-patrol-fd3b3.appspot.com" | ||
}, | ||
"client": [ | ||
{ | ||
"client_info": { | ||
"mobilesdk_app_id": "1:845679623528:android:42282211c157ffd706eadd", | ||
"android_client_info": { | ||
"package_name": "uk.co.plasticpatrol" | ||
} | ||
}, | ||
"oauth_client": [ | ||
{ | ||
"client_id": "845679623528-nvugerce0nloe4e6n8qlqdu1nji07esb.apps.googleusercontent.com", | ||
"client_type": 3 | ||
} | ||
], | ||
"api_key": [ | ||
{ | ||
"current_key": "AIzaSyBknzfvPiX41dCVvlZV4AF3MpNw7CuacWs" | ||
} | ||
], | ||
"services": { | ||
"appinvite_service": { | ||
"other_platform_oauth_client": [ | ||
{ | ||
"client_id": "845679623528-nvugerce0nloe4e6n8qlqdu1nji07esb.apps.googleusercontent.com", | ||
"client_type": 3 | ||
}, | ||
{ | ||
"client_id": "845679623528-8vm248lavehu6pqcova3vuqhejujgkr6.apps.googleusercontent.com", | ||
"client_type": 2, | ||
"ios_info": { | ||
"bundle_id": "com.lewismakesapps.Plastic-Patrol" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
], | ||
"configuration_version": "1" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.