diff options
| author | Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> | 2020-12-29 11:41:57 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-29 14:41:57 -0500 |
| commit | 05cd91206a6ce3361097d9eb408a447eae3d120e (patch) | |
| tree | 1b8c5ba82358c3f9b393ea42d03b6c9c7219ce7f /ios/GoogleService-Info.plist | |
| parent | efaa41884b5aa4b4704380eb3615d3801958a775 (diff) | |
[TMA-288] notifications frontend infra (#154)
* Configured settings to enable remote notifications
* Added FCM services
* Added background message handler + api calls
* minor fixes
* minor changes requested from pr
Diffstat (limited to 'ios/GoogleService-Info.plist')
| -rw-r--r-- | ios/GoogleService-Info.plist | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/ios/GoogleService-Info.plist b/ios/GoogleService-Info.plist new file mode 100644 index 00000000..3d26d583 --- /dev/null +++ b/ios/GoogleService-Info.plist @@ -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>70695794810-til15sn23sl3rvfjhts1i23ar91rcdlp.apps.googleusercontent.com</string> + <key>REVERSED_CLIENT_ID</key> + <string>com.googleusercontent.apps.70695794810-til15sn23sl3rvfjhts1i23ar91rcdlp</string> + <key>API_KEY</key> + <string>AIzaSyCSd9VFojlYo5uQmZZ8UuUmp9cFs34QoaA</string> + <key>GCM_SENDER_ID</key> + <string>70695794810</string> + <key>PLIST_VERSION</key> + <string>1</string> + <key>BUNDLE_ID</key> + <string>com.taggid.taggid</string> + <key>PROJECT_ID</key> + <string>tagg-32a02</string> + <key>STORAGE_BUCKET</key> + <string>tagg-32a02.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:70695794810:ios:f79314e27c58272c5ce3c3</string> + <key>DATABASE_URL</key> + <string>https://tagg-32a02.firebaseio.com</string> +</dict> +</plist>
\ No newline at end of file |
