firstname and lastname not displaying from one file to another
Though it doesn’t tell me that there are errors, the firstname and lastname doesn’t show up in my QRPageRegistered
Flutter: Linking an anonymous user to a google account in Supabase
I’ve recently started playing around with Supabase coming from Firebase and I like it. I’m leaning towards fully migrating because of its Postgres db which I think is a plus. But one thing I can’t find a solution to is how to convert an anonymous user to a non-anonymous one by linking it to a Google account.