feat: integrate Firebase Messaging for push notifications; update AppDelegate and add Info.plist for widget support

This commit is contained in:
Mo Tarbin
2025-09-20 17:32:50 -04:00
parent eded4b2e16
commit 782862294d
5 changed files with 306 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ end
target 'App' do
capacitor_pods
# Add your Pods here
pod 'FirebaseMessaging' # Add this line
end
post_install do |installer|