nativescript-plugin-firebase icon indicating copy to clipboard operation
nativescript-plugin-firebase copied to clipboard

:fire: NativeScript plugin for Firebase

Results 105 nativescript-plugin-firebase issues
Sort by recently updated
recently updated
newest added

My system details: - macOS 11.6.1 Big Sur - Xcode 13.1 (13A1030d) - NativeScript CLI 8.1.5 - NVM 0.39.0 - Node v16.13.0 - NPM 8.1.0 - iPhone 7 iOS 15.1...

Hello, firstly thank you for a great plugin. It helps our team a lot. I use latest version of the plugin so 10.5.2. I currently try to deal with one...

Is there any way I could use `nativescript-local-notifications` for background notifications? Right now I don't pass notification information in the notification builder but pass my information as data and therefore,...

I use the @nativescript/firebase plugin NS8-vue. When I send a push notification to my Android phone while the app is in the background, it vibrates and the notification is added...

If I try to use analytics importing firebase like this, it doesn't have analytics in autocomplete: `import { firebase } from '@nativescript/firebase';` So, I'm importing it like this: `import *...

Message received from Facebook: _To prevent a disrupted user experience, please ensure you are using the SDK, have updated to version 8.2+, and remove any overrides in Login Behavior during...

Hello, I am having trouble logging crash events on iOS (have not tried Android yet). Here is my setup: ``` { "using_ios": true, "using_android": true, "analytics": true, "firestore": false, "realtimedb":...

I'm getting this error below and couldn't find a solution yet: LOG from device Pixel 4: com.tns.NativeScriptException: Error calling module function TypeError: _nativescript_core__WEBPACK_IMPORTED_MODULE_0__.Property is not a constructor File: (file:///data/user/0/org.nativescript.preview/files/app/vendor.js:5048:37) StackTrace:...

I am working on a client's project, which is recently upgraded from ns5 to ns6 version, also it will be upgraded to v8 soon. in ns5 version, every page/screen etc...

I have an onSnapShot listener on a collection with a where clause - nothing unusual. I'm trying to stop the listener from kicking in when I move from one page...