-
Notifications
You must be signed in to change notification settings - Fork 441
firebase.login error #68
Comments
I'm guessing you're doing |
Indeed, sorry for the inconvenience :) |
No worries. I'll try and harden the plugin so it can cope with that setup better. |
Just pushed a change to this repo (not on npm yet) where you should be able to call |
Amazing Eddy! Thank you |
Just in case someone else encounters the same error message when using nativescript-plugin-firebase. https://docs.nativescript.org/runtimes/android/advanced-topics/extend-application-activity |
angular nativescript |
Hello there,
I'm using firebase with the last version of nativescript (2.1.1), and I get an error when I try to login:
I just do this on my "init" promise:
firebase.login({ type: firebase.LoginType.ANONYMOUS }).then( function (result) { console.log('ok'); }, function (errorMessage) { console.log('ko'); } );
I don't know if it's related to firebase or this plugin or android?
The text was updated successfully, but these errors were encountered: