Live data from Hacker News

Viewing profile — kangmingtay

kangmingtay

HN member
Joined
Fri, Feb 19, 2021, 2:39 PM UTC
HN karma
9
Public activity
8 items

About kangmingtay

engineering @ supabase

Recent public activity

  1. comment
    Comment #40072317

    re-installing the app will remove any locally persisted state - which includes the anonymous user’s sign in info in a web app, we store this stare in either local storage / cookies…

  2. comment
    Comment #40072299

    supabase auth stores your users in the same database created, just in a separate schema so you have full access to it to perform joins or enforce referential integrity.

  3. comment
    Comment #35565893

    If you're using Flutter, we do have a chat app example that has a basic email + password login. ( https://github.com/supabase-community/flutter-chat )

  4. comment
    Comment #35565599

    Actually, we are experimenting with a Terraform provider to manage a project configuration, starting with Auth. What are some other things you'd like to see in the Terraform provid…

  5. comment
    Comment #35557518

    Supabase Auth Engineer here. We initially started off with the SAML 2.0 protocol since it's the one of the oldest protocols and also one that's used by most enterprises. We're defi…

  6. comment
    Comment #35557237

    Hi, Supabase Auth Engineer here. Interesting, just wondering if there's a reason behind choosing to roll your own iDP instead of using one of the big ones out there (Okta, Azure, G…

  7. comment
    Comment #35556682

    Hi, Supabase Auth Engineer here. Thanks for pointing this out, we'll update our blogpost to reflect this.

  8. comment
    Comment #35528790

    Hi, Supabase Auth Engineer here. We are very close to feature parity with Firebase Auth. Off the top of my head, the 2 features we're missing right now is anonymous authentication …