I am migrating my db and storage from Firebase to Supabase while keeping Firebase for auth and push notifications (fcm) for reasons I will elaborate on in a different post.
Right now I am trying to use Firebase as a third party Supabase Auth Provider. After getting access to the private alpha of this feature by Supabase and many hours of work I came to a standstill. Sadly FlutterFlow does not allow editing the SupaFlow Class and I cannot figure out how to overwrite it, which is necessary since I need to create a client instance with the Firebase JWT as the client instance bearer.
Any ideas how to fix this?
*Edit:
Settings > Integrations > Supabase, adding an optional bearer variable here where I could select the auth user's JWT would be lovely and really easy to do as well <3