Authentication problems, no site navigation, no user document written -someone please help, spent 10+ hours on this issue

Troubleshooting

Hi everyone,

I’m currently developing a platform as a web app using FlutterFlow. I am facing several issues with the user authentication process and email verification.
The following issues occur:

• When testing the login process, there is no error message, but it does not redirect to the next page.

• The users are being created under Authentication in Firebase, but no user document is being written in the Firestore ‘users’ collection.

What have you tried so far?

What I have tried so far:

-Disabled app check in my old project (app check was not fully configured yet, so I thought this could have been the problem)

-created a whole new Firebase project using Flutterflow's Firebase project creation workflow

-set the users collection to the default Flutterflow user collection template (because before I had used my own user collection schema in Flutterflow and I thought this might cause the problem)

-tried out both ways of navigating to the LoggedIn page called "homepage" - so manual navigation as an action and automatic navigation

-inserted "Sent Email Verification Link" action after the "Create Account" action (also did not receive any verification mail when using my private mail account whatsoever. This is also weird because as I said above the user gets created under the authentication tab in Firebase)



The weirdest thing about all of this is that no error message gets shown when I create a new user account. There is just a loading animation on the "create account" button for around 20sec and then nothing happens (no redirection). But when I click "Instant reload" in the test mode I find myself in the Loggedin page.

Some config information:
- I am using MacOS and my testmode gets opened in Arc Browser
- Project plan in Firebase is Blaze

Did you check FlutterFlow's Documentation for this topic?
Yes
3
9 replies