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

I am trying the latest Firebase release with AppCheck which requires 'Firebase/Core', '~>8.0'. However, @nativescript/firebase hardcodes to use Firebase/Core ~>6.34.0. Therefore, this contradicts with Firebase AppCheck and the project will...

Hi! Trying to recognize the QR code via barcodescanning. scanBarcodesOnDevice. EAN_8 and EAN_13 are working fine. Nativescript: 8.0.5 @nativescript/firebase: 11.1.3 ```private recognizeImage(imageSource: ImageSource): Promise { return new Promise(resolve => {...

I tried to use the project in combination with this template: https://github.com/nativescript-vue/vue-cli-template. First I created the project with Vue cli 2.9.3 and then ran `tns plugin add @nativescript/firebasez` but it...

How can I get count for a query? or check if a collection is empty? as mentioned in this doc, there is a size property in QuerySnapShot but it is...

### Which platform(s) does your issue occur on? - iPhone iOS 13.5.1 (Real Device) via USB ### Please, provide the following version numbers that your issue occurs with: - CLI:...

Hello! Before november I got a notification in the crashlytics console that I need to update my SDK. Today I have migrated my project to nativescript 7 and I updated...

when setting the property testing: true I get an error like: builder.addTestDevice is not a function. This may because this is not available anymore in the builder API. Do you...

Hello and thank you very much for your work! I made a small android application with notifications and everything works great (messages arrive in the background and foreground), I want...

Hi, I'm implementing this plugin within a nativescript-vue application. On iOS, some of the messages are getting lost and I'm investigating what might be the cause. While investigating I found...