FF unable to create users collection / doc after switching of project on firebase

Troubleshooting

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.


What have you tried so far?

I duplicate FF project.
Also make twice a project in firebase

Did you check FlutterFlow's Documentation for this topic?
No