Files
POCloud-iOS/pocloud/GoogleService-Info.plist
Patrick McDonagh 95467f9161 Adds firebase live data
Also no longer crashes when touching something while loading
2018-05-31 19:55:47 -05:00

40 lines
1.3 KiB
Plaintext

<?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>AD_UNIT_ID_FOR_BANNER_TEST</key>
<string>ca-app-pub-3940256099942544/2934735716</string>
<key>AD_UNIT_ID_FOR_INTERSTITIAL_TEST</key>
<string>ca-app-pub-3940256099942544/4411468910</string>
<key>CLIENT_ID</key>
<string>912892220088-1gkj9ms3fq60678tvgn5n1gndn7p4g9j.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.912892220088-1gkj9ms3fq60678tvgn5n1gndn7p4g9j</string>
<key>API_KEY</key>
<string>AIzaSyCwSawi9ezxz6vqCWtPoHybsxJDkU3gh_E</string>
<key>GCM_SENDER_ID</key>
<string>912892220088</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.patrickjmcd.pocloud</string>
<key>PROJECT_ID</key>
<string>pocloud-ff2c9</string>
<key>STORAGE_BUCKET</key>
<string>pocloud-ff2c9.appspot.com</string>
<key>IS_ADS_ENABLED</key>
<true></true>
<key>IS_ANALYTICS_ENABLED</key>
<false></false>
<key>IS_APPINVITE_ENABLED</key>
<false></false>
<key>IS_GCM_ENABLED</key>
<true></true>
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:912892220088:ios:59660a786d897a5c</string>
<key>DATABASE_URL</key>
<string>https://pocloud-ff2c9.firebaseio.com</string>
</dict>
</plist>