aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Core/App/GoogleService-Info.plist
blob: 89afffe24ab438a5a23304a97fd8d4bafb3e8695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?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>API_KEY</key>
	<string>correct_api_key</string>
	<key>TRACKING_ID</key>
	<string>correct_tracking_id</string>
	<key>CLIENT_ID</key>
	<string>correct_client_id</string>
	<key>REVERSED_CLIENT_ID</key>
	<string>correct_reversed_client_id</string>
	<key>ANDROID_CLIENT_ID</key>
	<string>correct_android_client_id</string>
	<key>GOOGLE_APP_ID</key>
	<string>1:123:ios:123abc</string>
	<key>GCM_SENDER_ID</key>
	<string>correct_gcm_sender_id</string>
	<key>PLIST_VERSION</key>
	<string>1</string>
	<key>BUNDLE_ID</key>
	<string>com.google.FirebaseSDKTests</string>
	<key>PROJECT_ID</key>
	<string>abc-xyz-123</string>
	<key>DATABASE_URL</key>
	<string>https://abc-xyz-123.firebaseio.com</string>
	<key>STORAGE_BUCKET</key>
	<string>project-id-123.storage.firebase.com</string>
</dict>
</plist>