Hello!
I’m encountering the same issue discussed in this thread:
When a new user is created in our web app, a child object is created in /users. A timestamp is added to the object upon creation; it’s located in /users/$key/init-nurture-user-date/user-first-login
The $key is randomly assigned, so new objects can end up anywhere on the node. So we are trying to use indexOn/orderBy to sort by that timestamp.
We’ve added indexOn to our Firebase RTDB rules. However, I can only get Zapier to retrieve the results at the top or bottom of the node. I cannot seem to get it to orderBy the timestamp @ /users/$key/init-nurture-user-date/user-first-login
Any ideas/suggestions would be greatly appreciated!