cordova-plugin-firebasex icon indicating copy to clipboard operation
cordova-plugin-firebasex copied to clipboard

Cordova plugin for Google Firebase

Results 116 cordova-plugin-firebasex issues
Sort by recently updated
recently updated
newest added

# Feature request In cases where notifications are used for chats, it becomes necessary to cancel the notification if the user has deleted a message from the chat. Is it...

# Feature request Would it be possible to add support for reading and writing to the Realtime Database? I saw references to Realtime Database in the changelog but it seems...

feature request

![image](https://user-images.githubusercontent.com/73042618/129418432-bd6df1d2-7d25-4e6d-9e30-8e99d744572f.png) In FirebasePlugin.java, getId() method calls getInstallationId(), that is good, but the documentation says that calls the deprecated API ![image](https://user-images.githubusercontent.com/73042618/129418572-12d96d6a-9d26-41ab-bf25-9a9f2b51da4b.png)

When adding notification channel there should be a channel name to avoid IllegalArgumentException: ``` var channel = { name: "my_channel_name, id: "my_channel_id", sound: "mysound", vibration: true, light: true, lightColor: parseInt("FF0000FF",...

Here is the payload that I'm sending through firebase. I have linked my sound in my config and created a channel when the app starts. Both the sound and the...

# Feature request It'd be good to be able to configure multiple projects. Will need to load different plist/json file. https://firebase.google.com/docs/projects/multiprojects

feature request

The current codebase inherited from [arnesson/cordova-plugin-firebase](https://github.com/arnesson/cordova-plugin-firebase) consists of a monolithic codebase, encompassing many different components of the Firebase SDK in a single plugin. This means plugin users are often including...

feature request
help wanted
legacy

Currently the plugin assumes that the received FCM message payload is valid JSON which conforms to the FCM specification. This means if invalid payload data is received, the plugin does...

feature request

# Feature request Right now background notifications are posted to the drawer, and foreground notifications are handled by a callback, optionally pushes can contain "notification_foreground" to force foreground notifications, however...

feature request