Supabase Authentication Issues with Flutterflow and Dynamic Links

Hello, I'm using Supabase, and to make password updates and allow logins with social networks that are not yet integrated with Flutterflow (Facebook and Apple), I need to use custom codes with the supabase.auth.signInWithOtp and supabase.auth.signInWithOAuth methods, respectively.

These methods work normally if I redirect the user using the deep link scheme (app://app...). However, when I activate Firebase dynamic links in the app's settings, the app's schema changes to (https://appname...) and then the password update and social login methods stop working. The dynamic link redirects correctly, but custom code login actions are not performed.

Please, has anyone ever needed to configure actions that require the deep link address, and at the same time use Firebase's dynamic links for other features? What is the solution or the best path I can look for to resolve this problem?

Thanks in advance

3