Has anyone used Supabase database with a different Auth provider? How did you manage security rules?

Hey, so I’m using Firebase Auth in an existing application and it’s working wonders. I also plan on integrating other Firebase tools.

Right now Firestore is looking like it won’t meet my needs so I want to use a relational database. Supabase is what I’m looking at now but I’m curious how rules would be managed if I can’t match user IDs. Has anyone gone down this road before and can give me some tips? Thanks!
Was this page helpful?