|
2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3 | 3 | <plist version="1.0">
|
4 | 4 | <dict>
|
| 5 | + <key>API_KEY</key> |
| 6 | + <string>correct_api_key</string> |
| 7 | + <key>TRACKING_ID</key> |
| 8 | + <string>correct_tracking_id</string> |
5 | 9 | <key>CLIENT_ID</key>
|
6 |
| - <string>773687697675-b3t5vnqlls26ks2qqfo0ub16au92ghls.apps.googleusercontent.com</string> |
| 10 | + <string>correct_client_id</string> |
7 | 11 | <key>REVERSED_CLIENT_ID</key>
|
8 |
| - <string>com.googleusercontent.apps.773687697675-b3t5vnqlls26ks2qqfo0ub16au92ghls</string> |
9 |
| - <key>API_KEY</key> |
10 |
| - <string>AIzaSyBcw9bHatsZa6tU-iHWDIFFZnS_E1k4i7A</string> |
| 12 | + <string>correct_reversed_client_id</string> |
| 13 | + <key>GOOGLE_APP_ID</key> |
| 14 | + <string>1:123:ios:123abc</string> |
11 | 15 | <key>GCM_SENDER_ID</key>
|
12 |
| - <string>773687697675</string> |
| 16 | + <string>correct_gcm_sender_id</string> |
13 | 17 | <key>PLIST_VERSION</key>
|
14 | 18 | <string>1</string>
|
15 | 19 | <key>BUNDLE_ID</key>
|
16 |
| - <string>com.jw.test</string> |
| 20 | + <string>com.google.FirebaseSDKTests</string> |
17 | 21 | <key>PROJECT_ID</key>
|
18 |
| - <string>fir-multi-shards</string> |
19 |
| - <key>STORAGE_BUCKET</key> |
20 |
| - <string>fir-multi-shards.appspot.com</string> |
21 |
| - <key>IS_ADS_ENABLED</key> |
22 |
| - <false></false> |
23 |
| - <key>IS_ANALYTICS_ENABLED</key> |
24 |
| - <false></false> |
25 |
| - <key>IS_APPINVITE_ENABLED</key> |
26 |
| - <true></true> |
27 |
| - <key>IS_GCM_ENABLED</key> |
28 |
| - <true></true> |
29 |
| - <key>IS_SIGNIN_ENABLED</key> |
30 |
| - <true></true> |
31 |
| - <key>GOOGLE_APP_ID</key> |
32 |
| - <string>1:773687697675:ios:c5772d2a61ed3d572ac20e</string> |
| 22 | + <string>abc-xyz-123</string> |
33 | 23 | <key>DATABASE_URL</key>
|
34 |
| - <string>http://foo.fblocal.com:9000</string> |
| 24 | + <string>https://abc-xyz-123.firebaseio.com</string> |
| 25 | + <key>STORAGE_BUCKET</key> |
| 26 | + <string>project-id-123.storage.firebase.com</string> |
35 | 27 | </dict>
|
36 | 28 | </plist>
|
0 commit comments