build(android): wire Capacitor Preferences and Firebase for push testing

Register @capacitor/preferences in the Android Capacitor project so
notification deviceId storage matches iOS. Replace the placeholder
google-services.json with the production Firebase client config for FCM.
Refresh package-lock after native sync / install.
This commit is contained in:
Jose Olarte III
2026-06-03 17:53:31 +08:00
parent e0a3f7094f
commit 227ae85bb7
5 changed files with 136 additions and 89 deletions

View File

@@ -15,6 +15,7 @@ dependencies {
implementation project(':capacitor-camera')
implementation project(':capacitor-clipboard')
implementation project(':capacitor-filesystem')
implementation project(':capacitor-preferences')
implementation project(':capacitor-push-notifications')
implementation project(':capacitor-share')
implementation project(':capacitor-status-bar')