NEW: Config firebase Cloud Messaging for Notifications

This commit is contained in:
2025-12-10 10:18:57 +02:00
parent 6a8b9c6902
commit 777043e2ca
13 changed files with 208 additions and 3 deletions

View File

@@ -0,0 +1,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>AIzaSyDRqY5I5CXjEtWkUX1YUfKT8IUlln9PUuY</string>
<key>GCM_SENDER_ID</key>
<string>33677883408</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.example.patientManager</string>
<key>PROJECT_ID</key>
<string>mzansi-innovation-hub</string>
<key>STORAGE_BUCKET</key>
<string>mzansi-innovation-hub.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:33677883408:ios:e2db11a42fc3452e223295</string>
</dict>
</plist>