-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Doubt: what is the purpose of this library? #68
Comments
When I first read this I was confused why you'd doubt the purpose of this, but after some digging and testing different things I agree with you. Firebase Web implementation works fine for Cordova and I'm not sure why you need a wrapper Cordova plugin for it... |
I came here searching the answer of same question. I hope Author will soon help us out. |
its the IOS part of Cordova that is accomplished by using the silent apple notification feature of IOS. But, what is this /ngx part i am confused with ; its added in end of the imp[ort; why so? |
@marcoancona @aml25 @sadiss After digging in this repo and following other infos, I came up on https://github.com/baumblatt/capacitor-firebase-auth, that appears to get the data for us from native platform (appears to use java code to get Google / FB user), initialize firebase on web and return to us a friendlier Firebase instance. I'm testing it after installing this and |
I also have this doubt, but I imagine its purpose. For example, I signed a newspaper app and it is very likely that it uses a webview. |
I apologize for this question, but I am struggling to figure out the Cordova / Ionic / Capacitor ecosystem.
What would be useful is
signInWithRedirect()
to handle the OAuth logic thatfirebase-js-sdk
does not (?) support on Ionic, but my understanding is that this library does not provide this.What is the recommended way of implementing OAuth on a Capacitor app? Information online is inconsistent or outdated.
The text was updated successfully, but these errors were encountered: