capacitor-firebase
capacitor-firebase copied to clipboard
⚡️ Firebase plugins for Capacitor. Supports Android, iOS and the Web.
**Is your feature request related to a problem? Please describe:** Remote Config allows for storing JSON values like arrays and objects but I don't think currently using the available methods...
**Plugin(s):** "@capacitor-firebase/messaging": "^1.1.0", **Platform(s):** iOS **Current behavior:** Event notificationReceived is not fired on iOS when sending silent notification while application is killed (I am NOT referring to the application running...
**Is your feature request related to a problem? Please describe:** The `tokenChanged` listener is currently only supported on Web. **Describe the solution you'd like:** Support the `tokenChanged` listener also on...
Currently the error codes have no prefix (e.g. `email-already-in-use`). However, the Firebase JS SDK always returns a prefix for error codes (e.g. `auth/email-already-in-use`). The native platforms should behave in the...
I want to pass my app config stated in the Firebase project settings: ``` // Import the functions you need from the SDKs you need import { initializeApp } from...
### Plugin(s) - [ ] Analytics - [ ] App - [ ] App Check - [ ] Authentication - [ ] Crashlytics - [ ] Cloud Firestore - [X]...
### Plugin(s) - [ ] Analytics - [ ] App - [ ] App Check - [ ] Authentication - [ ] Crashlytics - [X] Cloud Firestore - [ ]...
### Plugin(s) - [ ] Analytics - [ ] App - [ ] App Check - [X] Authentication - [ ] Crashlytics - [ ] Cloud Firestore - [ ]...
### Plugin(s) - [ ] Analytics - [ ] App - [ ] App Check - [ ] Authentication - [ ] Crashlytics - [ ] Cloud Firestore - [...
## Pull request checklist Please check if your PR fulfills the following requirements: - [ ] The changes have been tested successfully. - [ ] A changeset has been created...