Hey, everyone!
I am trying to use AWS Amplify with FlutterFlow and I managed to create a Custom Widget to call the Oauth Dialog from Amplify but according to this tutorial, I need to implement an intent into the android.manifest but I can't do that inside FlutterFlow and it would probably not work for iOS either.
The initialization works fine:
But I can't click the "Login with Google button" which calls this:
I keep getting this:
The thing is, this debug URL is dynamic and AWS does not support a dynamic URL for the callback or something else is happening here.
Has anyone been able to use AWS Amplify with FlutterFlow?
Is there any chance the FlutterFlow team make an official implementation of it?
Anyone knows how to implement a custom Oauth workflow without using Firebase or Supabase?