mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
* add push notification feature * merge new app impl * change dsc key * import * reverse mock dsc * worked in the ios * checked in android * update url and delete console * delete small changes * lint * add yarn.lock * fix warning message * add mock notification service for test code * fix path for the mock implementation * add mock deeplink to the test code * nice notificationServiceMock.js * delete unused firebase related implementation * fix wording and UI related to notification service * hotfix on mockdatascreen --------- Co-authored-by: turnoffthiscomputer <colin.remi07@gmail.com>
32 lines
883 B
Plaintext
32 lines
883 B
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>API_KEY</key>
|
|
<string>AIzaSyCfUEiDnrc4tIUZidWn9YmsKOXkkxQnVfg</string>
|
|
<key>GCM_SENDER_ID</key>
|
|
<string>260578412566</string>
|
|
<key>PLIST_VERSION</key>
|
|
<string>1</string>
|
|
<key>BUNDLE_ID</key>
|
|
<string>com.warroom.proofofpassport</string>
|
|
<key>PROJECT_ID</key>
|
|
<string>selfxyz-app</string>
|
|
<key>STORAGE_BUCKET</key>
|
|
<string>selfxyz-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:260578412566:ios:59f37c4d004f399dc78d37</string>
|
|
</dict>
|
|
</plist>
|