Browse Source

setup notification

master
daivph 5 years ago
parent
commit
e5b6093afd
2 changed files with 41 additions and 0 deletions
  1. +36
    -0
      ios/Runner/GoogleService-Info-3.plist
  2. +5
    -0
      ios/Runner/Runner.entitlements

+ 36
- 0
ios/Runner/GoogleService-Info-3.plist View File

@@ -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>618842128088-9qq79tu8vtaomorcpir47bgaakdm7rpu.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.618842128088-9qq79tu8vtaomorcpir47bgaakdm7rpu</string>
<key>API_KEY</key>
<string>AIzaSyCB3usmrSGhfDEmoPxj6Ya0WJ4Ag79DI9Q</string>
<key>GCM_SENDER_ID</key>
<string>618842128088</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>vn.azteam.tpfarm</string>
<key>PROJECT_ID</key>
<string>tpfarm-825d1</string>
<key>STORAGE_BUCKET</key>
<string>tpfarm-825d1.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:618842128088:ios:710f52451ebce86edea1ad</string>
<key>DATABASE_URL</key>
<string>https://tpfarm-825d1.firebaseio.com</string>
</dict>
</plist>

+ 5
- 0
ios/Runner/Runner.entitlements View File

@@ -0,0 +1,5 @@
<?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/>
</plist>

Loading…
Cancel
Save