Set google service iOS

This commit is contained in:
Diego Mello 2020-03-11 17:34:58 -03:00
parent 3d15408396
commit f36fe466cf
1 changed files with 9 additions and 9 deletions

View File

@ -3,21 +3,21 @@
<plist version="1.0">
<dict>
<key>CLIENT_ID</key>
<string>115198584049-0efgfvm0oh9ap55g7epmqnjm27mq3j4e.apps.googleusercontent.com</string>
<string>801394514609-gt4hc9opbqk8uba8marfij0jjp8c4qb1.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.115198584049-0efgfvm0oh9ap55g7epmqnjm27mq3j4e</string>
<string>com.googleusercontent.apps.801394514609-gt4hc9opbqk8uba8marfij0jjp8c4qb1</string>
<key>API_KEY</key>
<string>AIzaSyDEMLMz0En0vwFBlLSQkQ9oyhmCMPcpZxc</string>
<string>AIzaSyBf45soWHfOoPCe5kDRpJHdkYA1LlAMIbc</string>
<key>GCM_SENDER_ID</key>
<string>115198584049</string>
<string>801394514609</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>chat.rocket.reactnative</string>
<string>chat.rocket.whitelabel</string>
<key>PROJECT_ID</key>
<string>rocketchat-reactnative-test</string>
<string>chat-rocket-whitelabel-test</string>
<key>STORAGE_BUCKET</key>
<string>rocketchat-reactnative-test.appspot.com</string>
<string>chat-rocket-whitelabel-test.appspot.com</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
@ -29,8 +29,8 @@
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:115198584049:ios:8be27b1f7c42a2ed</string>
<string>1:801394514609:ios:f67aefb4fe955ce0f6e090</string>
<key>DATABASE_URL</key>
<string>https://rocketchat-reactnative-test.firebaseio.com</string>
<string>https://chat-rocket-whitelabel-test.firebaseio.com</string>
</dict>
</plist>