-
-
Notifications
You must be signed in to change notification settings - Fork 217
macOS support #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Supabase flutter uses uni links package which does not support flutter desktop apps yet. |
The plugin uni_links has to add support for it in order to this happen. Once that happens, macOS app will work. |
Thanks for the info! |
It looks like the uni_links is not well maintained anymore. It does not seem likely that desktop support will land there anytime soon... |
I developed desktop implementation of uni_links plugin. maybe it's time to finish this feature. |
That is amazing @lijy91 . Would you like to submit a PR? |
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.
The text was updated successfully, but these errors were encountered: