Supabase Auth supports anonymous sign-ins(supabase.com) |
Supabase Auth supports anonymous sign-ins(supabase.com) |
I wonder if that means Supabase can solve the (separate) user storage problem[1].
[1]: https://threadreaderapp.com/thread/1651434348174778370.html
FaunaDB also integrates DBaaS with their auth, but FaunaDB is a very different DB that doesn't work with standard SQL.
And FaunaDB doesn't have support for anonymous users!
in a web app, we store this stare in either local storage / cookies
in a mobile app, this state is stored in the local storage equivalent - SharedPreferences for android and NSUserDefaults for IOS