I've got Firebase set up in a web app project in FlutterFlow.
I set up a Google sign in button and defined the action on the button widget, did the configuration in the Firebase console, added the relevant domain to the authorized domains in Firebase, enabled Google in Firebase under authentication -> sign-in method.
When I run the project inside FlutterFlow, I'm getting this error when I click the Google sign in button, and I see a quick flicker of a pop up.
Error: This domain is not authorized for OAuth operations for your Firebase project. Edit the list of authorized domains from the Firebase console.
Anyone have suggestions for something else to try?