Should I authenticate the user with Firebase and Supabase at the same time?
I want to migrate the database part of my Firebase project to Supabase but I need to keep using Firebase Functions so I need to authenticate the user with Firebase.
Is it recommended to authenticate the user with both Firebase and Supabase?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.