All Questions
Tagged with capacitor-plugin firebase
6 questions
1
vote
0
answers
164
views
Unable to clear FCM notification badge count on Android in Ioinic Angular App
I am working on an Ionic Angular app using the Firebase FCM for sending push notifications and am using the capacitor badge to clear the count once the user enters/leaves the App. Inside the ...
0
votes
2
answers
680
views
How to use capacitor-firebase/messaging plugin without a framework?
I migrated my Cordova project to capacitor 6.0.0 (without a framework). My app uses jQuery Mobile, and the code is maintained in Android Studio. I managed to get all plugins to work except the cordova-...
1
vote
1
answer
934
views
Firebase App is not initialised in Capacitor JS Android Build
I have implemented Firebase Google Authentication in Capacitor JS using [@capacitor-firebase/authentication] (https://www.npmjs.com/package/@capacitor-firebase/authentication#capacitor-...
0
votes
2
answers
782
views
Capacitor on Ionic/Angular - event capacitorDidRegisterForRemoteNotifications not called
I am trying to implement an Ionic Angular app with Push Notifications capabilities (both on Android and iOS). I am using the official Capacitor Push Notifications Plugin for this.
this is what i have ...
2
votes
0
answers
1k
views
FirebaseAuthentication Plugin not updating local FireBase.Auth JS with signed in user
Background
I have an almost finished webapp already working with the following stack
Firebase
React/TypeScript
Context
I'm adding Capacitor to my WebApp so I have a native app where I can send push ...
1
vote
0
answers
277
views
Firebase FCM token getting expired frequently
My Android App is built using capacitor Js, I converted my react Js web app into a native android app using capacitor Js.
I implemented firebase push notification capacitor plugin, what I do is, I ...