Hi team,
Is it possible to delete multiple documents from a firebase collection using loop action?
I have a collection named 'carts'
Each document in this collection has a user reference field.
Is it possible to delete all documents where the user reference field is equal to the currently logged in user?
Thanks in advance for your help!