supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
661 stars 154 forks source link

[auth] Add support for `signInAnonymously()` #874

Closed pedromassango closed 2 months ago

pedromassango commented 3 months ago

Is your feature request related to a problem? Please describe. The JavaScript SDK has support for signInAnonymously(), this is a request to add the same feature on the Flutter sdk.

Describe the solution you'd like N/A

Describe alternatives you've considered There is no alternatives.

Additional context N/A

dshukertjr commented 3 months ago

I like how closely you keep an eye on the js sdk. It will come to the Flutter SDK soon as well.

pedromassango commented 3 months ago

I like how closely you keep an eye on the js sdk. It will come to the Flutter SDK soon as well.

Is the work being done in public? I can't ship without this feature / random email not an option

dshukertjr commented 3 months ago

We ask you to wait patiently. It will arrive as soon as possible. Note that due to the current limitation of the auth server of Supabase, you will only be able to upgrade the anonymous users to a authenticated users through email + password or the web based OAuth login. Open ID connect (native Google and Apple sign-in) will not yet be supported.

pedromassango commented 3 months ago

Sure. We can live with that!

muezz commented 2 months ago

Hey @dshukertjr, do you have an ETA on this? Coincidentally, I happen to be working on a project which would greatly benefit from this. If it is going to be within a few days, I would rather just wait for it.

antonkarliner commented 2 months ago

+++ also waiting to implement this in flutter 🙏🏼

moriosoft commented 2 months ago

Waiting as well. Looking forward to it :)