I have a login page and a home page.
On the login page, I use the widget to signIn with Google.
Problem : If I don't select "Create a user document", FlutterFlow doesn't like it because it can not find the authenticated user on my home page(User references). It appears obvious but when I use the "log in" action, I'm sure that the user is authenticated.
I don't want to check this switch because I want to secure the app to avoid duplication account. I want the user to go to the home page only if I'm ok with it.
Any idea ?
Is there a way to see if the Google user exists before to log in ?