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 ...