add firebase cli

This commit is contained in:
2024-09-24 08:21:13 +06:30
parent cb4def1d64
commit 86201d8257
96 changed files with 1610 additions and 446 deletions

View File

@@ -3,21 +3,23 @@
<plist version="1.0">
<dict>
<key>CLIENT_ID</key>
<string>944560757353-o6emrja7ad8g8ulbcvvpah9a1tul3s21.apps.googleusercontent.com</string>
<string>168368749206-5qjmae2tmnqjjb7ch74ug7u2teftligs.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.944560757353-o6emrja7ad8g8ulbcvvpah9a1tul3s21</string>
<string>com.googleusercontent.apps.168368749206-5qjmae2tmnqjjb7ch74ug7u2teftligs</string>
<key>ANDROID_CLIENT_ID</key>
<string>168368749206-1sks7q10k2rnor8rdkc77ddmq4k18a0s.apps.googleusercontent.com</string>
<key>API_KEY</key>
<string>AIzaSyBZICfIDWbWqjxHwY_jFnWv34EtCpiiE78</string>
<string>AIzaSyAHxmbWdMXoju1fOiypG6_y_naIPdYL5Nw</string>
<key>GCM_SENDER_ID</key>
<string>944560757353</string>
<string>168368749206</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.mokkon.fcs.dev</string>
<string>com.mokkon.fcs</string>
<key>PROJECT_ID</key>
<string>fcs-dev1</string>
<string>fcs-prod1</string>
<key>STORAGE_BUCKET</key>
<string>fcs-dev1.appspot.com</string>
<string>fcs-prod1.appspot.com</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
@@ -29,8 +31,8 @@
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:944560757353:ios:de037244faea4173fa60f8</string>
<string>1:168368749206:ios:58ff01cdd87cba895e60b7</string>
<key>DATABASE_URL</key>
<string>https://fcs-dev1.firebaseio.com</string>
<string>https://fcs-prod1.firebaseio.com</string>
</dict>
</plist>

View File

@@ -75,5 +75,9 @@
<string>Location is required to locate delivery address.</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
</plist>