nativescript-plugin-firebase
nativescript-plugin-firebase copied to clipboard
:fire: NativeScript plugin for Firebase
i didn't find anything about Microsoft login in doc can anyone can help me how can i achieve login with microsoft?
Is there a way to get the credentials firebase.auth.EmailAuthProvider.credential(email, pass) in the the plugin. I tried with both firebaseWebApi and native api, couldn't find the access to the method. below...
Hello, I'm trying to integrade MLKitBarcodeScanner to my NativeScript 8.0.1 app with Vue.Js. I added this to my main.js : ``` Vue.registerElement( 'MLKitBarcodeScanner', () => require("nativescript-plugin-firebase/mlkit/barcodescanning").MLKitBarcodeScanner ); ``` And this...
Hi, I'm using: "nativescript-plugin-firebase": "^10.5.2", With the boolean: external_push_client_only = true And I saw that `/**Currently used on iOS only. Default false.**/` `showNotificationsWhenInForeground?: boolean;` Is it still true with NS7?...
I've noticed that the `onDynamicLinkCallback` is only called when our app is not running in the background. I.e. the callback is only called when the app isn't already running. Once...
Has anyone this bug when executing showBanner() on android Device : `JS: Error in firebase.admob.showBanner: TypeError: Cannot set property 'resolve' of undefined JS: AdMob error: TypeError: Cannot set property 'resolve'...
Migrating my android and ios native script application. Having error when open the installed application. Its shows error has "JS: ERROR TypeError: firebase.init is not a function". In my emulator...
I have been running version 9.0.2 without any issues. Today I decided to upgrade to version 10.3.2. Doing that caused my App to top launching at the Splash Screen. No...
I'm having problems re-logging the user previously logged in with Facebook or Google Sign In on my Nativescript iOS App. It works good with an email/password re-authentication on iOS. It...
After I run "tns run android". I followed the installation instructions very well. **Error:** ``` Build file '[Project Folder]/platforms/android/app/build.gradle' line: 597 A problem occurred configuring project ':app'. Could not GET...