Skip to content

Commit b0dac20

Browse files
committed
m
1 parent 713bda2 commit b0dac20

File tree

1 file changed

+14
-22
lines changed

1 file changed

+14
-22
lines changed

FirebaseDatabase/Tests/Resources/GoogleService-Info.plist

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,27 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>API_KEY</key>
6+
<string>correct_api_key</string>
7+
<key>TRACKING_ID</key>
8+
<string>correct_tracking_id</string>
59
<key>CLIENT_ID</key>
6-
<string>773687697675-b3t5vnqlls26ks2qqfo0ub16au92ghls.apps.googleusercontent.com</string>
10+
<string>correct_client_id</string>
711
<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>
1115
<key>GCM_SENDER_ID</key>
12-
<string>773687697675</string>
16+
<string>correct_gcm_sender_id</string>
1317
<key>PLIST_VERSION</key>
1418
<string>1</string>
1519
<key>BUNDLE_ID</key>
16-
<string>com.jw.test</string>
20+
<string>com.google.FirebaseSDKTests</string>
1721
<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>
3323
<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>
3527
</dict>
3628
</plist>

0 commit comments

Comments
 (0)