Hey!
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?
Thank you for your answer!