I changed the project on Firebase due to a problem in my Google console, so I created a new project, set Flutterflow permissions, and enabled auth, storage, and Firestore database as I have always been doing.
I connected the new project and saw that it was too fast, however, I regenerated config files and deployed all, indexes, rules, etc... everything seemed to be ok but... when I ran the test mode, the app created the user but not the users document nor the user collection (as it haven´t jet being created).
I repeated the process three times without success.
Expected Behavior
I was expecting that the auth create the user´s collection / doc.