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

there are a lot of people on NS 8 trying to use this plugin because they don't know there is a new one. It would be nice to mark it...

Hi, We recently released a new version of our app with targetSdkVersion 31. Firebase Crashlytics reported the following crash (triggered by an Android 13 device): `Fatal Exception: java.lang.IllegalArgumentException: com.MaxiCash.ipayment: Targeting...

I have recently updated a plugin, after that I get firebase Auth errors in my whole project which was running perfectly before. Here are some code snippets: `private FirebaseAuth fAuth;...

I have integrated "@nativescript/firebase": "11.1.3" for barcoding scanning by taking the image from the gallery and its working fine in native script 7. I have just migrated my project from...

I'm trying to sign in with google account with angular, when I call the firebase.login function and getting following error: ![google_sign_in_issue](https://user-images.githubusercontent.com/6507302/72266670-d5bf9500-3644-11ea-9109-28fab19828c2.PNG) This is my sign in function: ``` signInWithGoogle() {...