I have a ListView2 to which products are launched in offers. When I select an item in this ListView2 to delete, it is deleting my entire database in Firebase. It would only delete the selected item. Could someone analyze my blocks and show me where the error is?
Hi @amigolojista
I think what do you want to do with firebase is only possible through either mysql or airtable.
And @Moayad is right.That is your solution.
As value got from firebase is list with one elements so you can not split it or use select list item block.
But you can do it by making a list inside a list.