-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
closed: not a bugThe behavior is correct/expected.The behavior is correct/expected.
Description
Has your issue been reported?
- I have searched the existing issues and confirm it has not been reported.
- 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
Today it's not possible to add to set on document property list.
I wanted to add document ref to a list from a "create document action" but I only have :
- Add First Item
- Set Value
So I use a workaround (which is not good because it's costing anoter backend call) :
Create a document, then update it
Expected Behavior
Create document action and having the ability to "add to set" in List Ref property
Steps To Reproduce
- Create a document called "files" with a ImagePath property
- Create a property (list) in this files document called userList that reference Users
- Create a button in a page for uploading
- Open Actions
- Action 1 : Upload media to firebase
- Action 2 : Create files document with uploaded files (try to add the current user in userList property)
- Action 3 : AS A WORKAROUND, I'm using upadte document to add userList into it
Bug Report Code
IT4sz8jf5ZZIpbxK7aqNKflR/SMvJlg7U7gkscp/bxIgGIDzPOw+ZPWkYlhpXs+5dFV+e0SmmXMB/62MvtjlG8cFBzWtc745+s0BbjzveFiie5OBDs/pVHF7J+RQG3KD4J+jnxVSA7JYcXgC2Fyle9zKfBXZH4/4IndISq/LZO4=
Context
Not blocking cause I found a workaround.
Additional info
Environment
- FlutterFlow version: 3.1
- Platform: iOS, Android, Web
- Browser name and version: Chrome, ARC
- Operating system and version affected: Mac Silicon M1 (Ventura 13.0)Metadata
Metadata
Assignees
Labels
closed: not a bugThe behavior is correct/expected.The behavior is correct/expected.

