Closed
Description
Feature request
Is your feature request related to a problem? Please describe.
I want to sign in using a sign in provider, but the current implementation is not good. Launching the browser is not a good user experience.
Describe the solution you'd like
Use the google_sign_in
package to sign the user in using Google and sign_in_with_apple
to sign the user in using Apple.
Both of the packages return the user credentials, so, if I could sign in using the user credentials (just like Firebase does), it'd be great!
Aditional context
If launching the brower will still be the current solution, we could have in-app-handling.
By default, Android opens up a browser when handling URLs. You can pass forceWebView: true
parameter to tell the plugin to open a WebView instead.