Is your feature request related to a problem? Please describe.
Currently, this package only allows the use of signInWithPopup. This causes issues with users that are browsing a website in an in-app browser (like Instagram).
Describe the solution you'd like
Add a flag to choose between signInWithPopup and signInWithRedirect
Additional context
Related issue in firebase
Is your feature request related to a problem? Please describe.
Currently, this package only allows the use of
signInWithPopup. This causes issues with users that are browsing a website in an in-app browser (like Instagram).Describe the solution you'd like
Add a flag to choose between
signInWithPopupandsignInWithRedirectAdditional context
Related issue in firebase