Hello, I reported this issue to support but it is jut not working for me that they answes after several hours and that the initial response doesn’t even make sense.
I have a Zap to bring data from Firebase but it is not finding recent records. I saw someone else posted the issue but there was no real guidance on this. The only thing the documentation mentions is this:
our records need to be ordered lexicographically or by priority so new records appear at the top.
A simple way to accomplish this is by calling setWithPriority
and using Firebase.ServerValue.TIMESTAMP
to order by timestamp.
But that’s not helping either.
Any guidance on this?
Thanks