I have set up firebase authentication and Im using a previously setup firestore that I have created outside flutterflow.
In testmode when i try to create an account, after i click my ”sign up” button, I do not get redirected to my logged in page, and there is no user created in the firestore users collection.
When i look in firebase and check accounts, the account i tried to register is in fact created, or at least the email i provided show up in users, but nothing is created in the users collection.