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

This plugin is not working after upgrading project to NS7. If i run the android project in AndroidStudio , it solves the problems automatically and app runs successfully. **below is...

Hi @EddyVerbruggen, I wrote my app with Nativescript + Angular. I want to send push notification to my device retrieving the push token from firebase and send the notification from...

According to firebase documentation here[https://firebase.google.com/docs/firestore/query-data/queries#query_operators](url), firebase supports "!=" and "not-in" query operators. In version 11.3.1 of this plugin, there is no support for these operators. I didn't see any updates.....

Hi, I am trying to install firebase in sveltenative below is the app.svelte file... when I click the button nothing happens no error ......any help would be appreciated... ------------------------------------------------------------ save...

I have installed and connected the plugin to my firebase account. When the app is running, the custom events I have set don't appear in the firebase dashboard whereas the...

Using NS8 with Angular and importing as `import { firebase } from "@nativescript/firebase"` I get the following error when accessing `firebase.functions.httpsCallable()`: ``` ERROR in src/app/core/providers/firebase.provider.ts:113:27 - error TS2339: Property 'functions'...

When only barcode scanning (w/o ml_kit_custom_model) was installed, supportInverseBarcodes="true" causing exception.

Hello together, I am trying to use the Barcode scanner with live video capture. On IOS the barcode scanner is running as expected. On an android device (Android 8.0) and...

I am using authentication module with the "native api". Simple example demonstrating this issue is trying to do a password login with an email that doesn't exist: Using the Firebase's...

help wanted

``` "@nativescript/core": "8.0.1", "@nativescript/firebase": "^11.1.3", ``` I get the following error on iOS only (not android) when I attempt to set up a batch. ``` _firebase_common__WEBPACK_IMPORTED_MODULE_1__.firebase.firestore.WriteBatch is not a constructor...