-
-
Notifications
You must be signed in to change notification settings - Fork 240
Closed
Labels
authThis issue or pull request is related to authenticationThis issue or pull request is related to authenticationenhancementNew feature or requestNew feature or request
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.
himeshp, alexmercerind, raitonoberu, jstnw10, k0shk0sh and 21 more
Metadata
Metadata
Assignees
Labels
authThis issue or pull request is related to authenticationThis issue or pull request is related to authenticationenhancementNew feature or requestNew feature or request