I have a list of lists on Firebase (image is an example)
All values are stored in variables if needed, so i know exactly what to delete
Even if ive searched all over the forum, i still didnt got how to manage to delete something from it… (or maybe explanations were too advanced for me, as a beginner
Let`s say that i want to delete only list “KNOWN VALUE 02”, and after that my cloud database will have lists KNOWN VALUE 01, KNOWN VALUE 02 and KNOWN VALUE 04
How to do that ?
Thank you.
Later edit: i hope that i dont need to clone all cloud database on local variables, then remove what i dont need anymore, then save again on cloud… Database can be at a moment huge and will be timeconsuming.