-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Can we access your project?
- I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
When a user types into a TextField, the On Change
action triggers a Create Document
call for the 'notes' collection. This action fails silently without any error. The document is never created in Firestore, and the 'notes' collection is not visible in the Firebase console.
This only happens for the 'notes' collection. Creating documents in other collections (e.g., 'Users', 'Trainingspane') works perfectly fine.
Expected Behavior
When the Create Document
action is executed, a new document should be successfully created in the 'notes' collection in Firestore. The text from the TextField should be saved.
Steps to Reproduce
- Go to the page 'TestseitemitNotizen'.
- Log in as any user.
- Type any text into the note's TextField inside the 'NotizfreiComponent'.
- Wait for the
On Change
action to trigger - Check the 'notes' collection in the Firebase Console.
- Observe that no document has been created.
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
IT4kismB24x2rt9A7c71bflomj8RKUAgTLJEpu0bWUkbGO/4BKQIOczRYlVWTbGzaH1He1G0gkYJ+NaMkuLIU/UqYDmYc6V81sxpEBPPbD2gVJClErW0RXBPGeVbJ0PF5MCFrQlQXc10W1ok72WUBenLZz6Cf9qOYwx5e6fDbOY=
Visual documentation

Environment
- FlutterFlow version:
- Platform:
- Browser name and version:
- Operating system and version affected:
Additional Information
I'm making a training diary APP and someone should write their personal note about the training in the note field. Only he should see this, everyone in the group can see the training plan.