Add firebase
This commit is contained in:
parent
2724935bd0
commit
7315f4343c
7 changed files with 156 additions and 0 deletions
36
ios/Runner/GoogleService-Info.plist
Normal file
36
ios/Runner/GoogleService-Info.plist
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<?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>CLIENT_ID</key>
|
||||
<string>39016471396-7mdutolor3h210bm9qmf60gp18lmmhnm.apps.googleusercontent.com</string>
|
||||
<key>REVERSED_CLIENT_ID</key>
|
||||
<string>com.googleusercontent.apps.39016471396-7mdutolor3h210bm9qmf60gp18lmmhnm</string>
|
||||
<key>API_KEY</key>
|
||||
<string>AIzaSyBEdxpKXTvJJfYDh28OLffAk4z7S7caf08</string>
|
||||
<key>GCM_SENDER_ID</key>
|
||||
<string>39016471396</string>
|
||||
<key>PLIST_VERSION</key>
|
||||
<string>1</string>
|
||||
<key>BUNDLE_ID</key>
|
||||
<string>org.traccar.client.TraccarClient</string>
|
||||
<key>PROJECT_ID</key>
|
||||
<string>traccar-client-app</string>
|
||||
<key>STORAGE_BUCKET</key>
|
||||
<string>traccar-client-app.firebasestorage.app</string>
|
||||
<key>IS_ADS_ENABLED</key>
|
||||
<false></false>
|
||||
<key>IS_ANALYTICS_ENABLED</key>
|
||||
<false></false>
|
||||
<key>IS_APPINVITE_ENABLED</key>
|
||||
<true></true>
|
||||
<key>IS_GCM_ENABLED</key>
|
||||
<true></true>
|
||||
<key>IS_SIGNIN_ENABLED</key>
|
||||
<true></true>
|
||||
<key>GOOGLE_APP_ID</key>
|
||||
<string>1:39016471396:ios:78cbbf5775b43308</string>
|
||||
<key>DATABASE_URL</key>
|
||||
<string>https://traccar-client-app.firebaseio.com</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Loading…
Add table
Add a link
Reference in a new issue