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?
Was this page helpful?