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 Firebasex catches all notification responses sent by `UNUserNotificationCenter`, as long as the trigger is of type `UNPushNotificationTrigger`. In `AppDelegate+FirebasePlugin.m` ``` // Asks the delegate to process the...

# Bug report **Checklist:** - [x] I have read the [issue reporting guidelines](https://github.com/dpa99c/cordova-plugin-firebasex#reporting-issues) - [x] I confirm this is a suspected bug or issue that will affect other users -...

# Feature request Is it hard to add possibility to init plugin with firebase config at runtime instead of using config files at build? I need to user firebase credentials,...

I have install the cocoapds success by the following https://cocoapods.org/, check: ![image](https://user-images.githubusercontent.com/26705621/113594588-19475a00-9662-11eb-9085-c04728d67780.png) Then I want to add the ios platform by running `ionic cordova platform add ios`, it will install...

Hi guys **CHECKLIST** - [x] I have read the [issue reporting guidelines](https://github.com/dpa99c/cordova-plugin-firebasex#reporting-issues) - [x] I confirm this is a suspected bug or issue that will affect other users - [x]...

hello. The current notification is checked normally, but the app does not run when the taskbar notification is clicked I'm handling notifications in data format, and setContentIntent doesn't seem to...

hello. after app start, i'm call getToken and after that onTokenRefresh, for future. i use code almost like in doc: ``` console.time('onTokenFCMRefresh'); FirebasePlugin.onTokenRefresh( (x) => { console.log('new FCM token:',x); this.fcmToken...

# Bug report **CHECKLIST** - [ X] I have read the [issue reporting guidelines](https://github.com/dpa99c/cordova-plugin-firebasex#reporting-issues) - [ X] I confirm this is a suspected bug or issue that will affect other...

# Bug report **CHECKLIST** - [X] I have read the [issue reporting guidelines](https://github.com/dpa99c/cordova-plugin-firebasex#reporting-issues) - [X] I confirm this is a suspected bug or issue that will affect other users -...

bug
android
Cloud Messaging

Hello, I have problem only with functions that are using listener, others firestore methods works as expected. Error message: EXCEPTION: *** -[__NSDictionaryM setObject:forKey:]: object cannot be nil How to reproduce:...