Can't Create Documents in Firestore!!

Database & APIs

No matter what I attempt, I am unable to create documents in Firestore. All "create document" actions cause my app to freeze up.

I have two collections set up: users and feedback. They exist in both Flutterflow & Firestore, and the "Firebase Schema Validation" check passes successfully. Both collections currently contain just one document each, which is the one that Firebase required me to create when setting up these collections in Firestore. These two test documents are visible from within my Flutterflow account, so I know the connection is working. At a minimum, Flutterflow is able to READ these collections, just can't write to them for some reason ...

What do I do?? I'm including like a million pictures here of my setup, just anything that I could think of which might be relevant ...

What have you tried so far?

I have Anonymous Auth enabled through Firebase and it successfully signs me in when running a test. A new user entry is created in my Firebase account under Authentication, but when I try to toggle "create user document" ON for that Auth action, it just hangs. I have attempted to manually create the document in the users collection, but that didn't work either. I also tried a totally separate action that should create a document in the feedback collection, but no matter what I do it just freezes up, the action flow is stopped, and no document is created in Firestore.

Did you check FlutterFlow's Documentation for this topic?
Yes
4
12 replies