You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this library in my cross-platform project (capacitor+ionic).
Currently using signinRedirect method for login, which opens the login page in external browsers on native devices. My plan would be to open the login page in an in-app browser (Custom Tabs for Android, SFSafariViewController for iOS). Would it be possible? Can I get/construct the url where signinRedirect method redirects?