jjPlusPlus / bringme-react-native

A scavenger hunt game using React Native and MLKit
0 stars 1 forks source link

Login/Registration revamp with Supabase #9

Closed jjPlusPlus closed 10 months ago

jjPlusPlus commented 10 months ago

Replaces firebase/firestore authentication with Supabase. Had to gut a lot of the screens and update to Expo 49 in the process.

Still need another branch to come back in and fix a handful of quirks with the Login and Registration flows, including better loading/error/success UI. Also, if a user logs in / registers through the Social Provider path (google in this case), they don't have a User record in our Supabase table yet.