Replies: 1 comment
-
I have to update this function to treat the wild card $key properly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have looked into this discussion where I think is described how the function
Firebase.RTDB.deleteNodesByTimestamp()
works.With the example data structure it is stated that we need to change the rules for every single device. My question is if this function can also be used with this data structure (timestamps are keys):
And if so then how?
Or should I write my own logic and this function cannot be used?
Right now I am using this function as so (with
Index not defined, add \".indexOn\": \"GC01\", for path \"/trends\"
error):Beta Was this translation helpful? Give feedback.
All reactions