-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firebase? #5
Comments
@louisameline |
Never tried this plugin, too risky, I just use Firebase Auth. |
Did you get it working with cordova? I have been trying to implement it and no luck, like you said the browsertab plugin no longer works. So, I assume it's just not going anywhere when I tap the button that otherwise starts the redirect flow. |
Firebase auth used to work fine until this: firebase/firebase-js-sdk#4256 (comment) Now do yourself a favor and don't try to use oauth for login in Cordova... |
Will I not be able to use any SSO or oauth type services? I was looking to okta but firebase seemed like a more convenient option. If I have the allow access setup for it in my config.xml the redirecting shouldn't be an issue right? Building my own authentication back end would be very time consuming. |
You can implement login/password authentication in no time with Firebase, but implementing signin with Facebook/Google/AppleId etc will take you weeks (litteraly, I've been there) AND is now buggy because webviews are now more limitative with cross-site interaction. It's been months and the Firebase team still has no clues on how to fix it. |
Hi, thanks for your work, looks nice!
I just wanted your thoughts on an idea.
I'm using Google's Firebase, which seemlessly authenticates to a number of providers via a redirection (in Cordova).
Works out of the box in the browser, but they have this guide for Cordova apps https://firebase.google.com/docs/auth/web/cordova
It requires these plugins:
Unfortunately
cordova-universal-links-plugin-fix
andcordova-plugin-browsertab
are not maintained and do not even work at all in the latest cordova release.Custom-URL-scheme
has 113 open issues. I was looking for my options and here you are, with a lightweight plugin that looks like maybe it could do the work of all of them? With ZERO stars, what the hell ? I'll be your first one hahaSo here I am, I opened this issue to ask where's the catch lol, could it indeed replace all of the above? Maybe the Firebase team themselves could look into this and build the bridge between Firebase and your plugin. It would get a ton of traction immediately.
What do you think? Thanks!
The text was updated successfully, but these errors were encountered: