I trying to store emoji reactions as a dataType schema, since Flutterflow cant do multiple layers of sub-collections. I have managed to do a custom function that returns the index if an emoji has already been "used". But i cannot for the life of me, update/add items to the userIds list, for that index, during an action.
Does anyone know how to do this? Or has an idea that is better for storing the reactions?
How to add an item to a field (list) in dataType schema
Actions & Logic
App state can create an dataType instance but i cannot update.
Also tried custom functions, but could'nt make it work
Yes
2