I want to enter data in the Form page in FlutterFlow and save it with the SAVE button, but this was not possible. FlutterFlow is CONNECTed to Firebase, permissions are OK in Firebase, DEPLOYed
Problem adding Action to Button
I prepared collection and fields in Firebase and the same is ready in Data Type field in FlutterFlow. I made a Form Page and added State for each field from State Management button of this page. I added Text and TextFields corresponding to fields in database to the Form page and then I connected the States that I added before from Properties section of each TextField. Then I came to Button and to add Button Action (SAVE operation) I selected ON TAP and then as action I selected Firestore from Backend/Database section and from here I selected CREATE DOCUMENT but when I select this it says UNSET in COLLECTION field under it and I cannot make any selection, I cannot make manual entry. I could not solve this problem (I tried by removing and recreating the current project in Firebase, the result is the same). What should I do to add this Action, what is missing?