nativescript-plugin-firebase
nativescript-plugin-firebase copied to clipboard
:fire: NativeScript plugin for Firebase
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:  This is my sign in function: ``` signInWithGoogle() {...