Document delete only deleting one field

Actions & Logic

Howdy!

Using a listview with a custom sort after following this doc using the firebase query instructions (all that works great).

But now that I'm adding a delete button/action it's deleting the 'order' field, not the whole document (all 3 fields) after double checking the results in firebase...

example of normal one/no delete attempt

example of what one looks like after a delete action is applied to it

How the action is setup

Is this how delete document is supposed to function? /what am I doing wrong here if I want to delete all 3/the whole document.

thx thx 😅

What have you tried so far?

I've tried changing 'document properties' to 'parent reference' and it deleted a doc farther up stream 😱 (the whole thing, not just one entry lol)

Did you check FlutterFlow's Documentation for this topic?
Yes
5 replies