Posts by Elielson Anjos • 11 points
1 post
-
1
votes0
answers125
viewsQ: How to remove a Node from the database using Firebase Realtime Database for Unity
I use synchronized lists with Firebase Realtime Database for Unity and I need to improve them. I need to find a way to delete a single Item from the list without having to: Download the whole List.…