https://supabase.com/ logo
Hi all, I am returning to my signing with provider...
# javascript
j
Hi all, I am returning to my signing with provider on android and have reverted back to using the supabase provided signup flow. The android signing with provider:google opens a browser window, that I am now providing a return url of "myApp://user" using deep links which works well. However, it leaves a browser tab open of the google signing page. I guess I could complete the login on the web app and then forward to the android app forwarding a refresh token, however this would still leave a browser tab open. I am wondering if this is a secure method or if there is a better suggestion. I have tried a 3rd party signing which works on both the web app and the android, but I couldn't find how to use the response to sign in to supabase with the details provided, so I abandoned this route. Thanks so much in advance for any pointers. Kind regards, Joe