Closed
Description
Feature request
Thanks for this great package!
I would like to use the supabase-flutter
package with my app that runs on both the web and macOS.
Is your feature request related to a problem? Please describe.
I am using Google OAuth and it works well on the web. When running the macOS app, I can open the Google SignIn page. The callback scheme does not open my app, however. Instead, the Google Request keeps loading and the browser window loses focus.
Is a totally different implementation for macOS required? It seems to me that as long as the callback scheme is correct, I should be able to retrieve the resulting callback and handle the authentication logic from there as usual.