You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently my issue is that i get 2 updates. 1 when i suscribe for nothing and 1 when i modify the node i'm observing. I don't know why i'm getting 2 updates but ok
Hi, i'm trying to use the Observer this way:
but the observer never runs the first callback.
When i use the observer this way:
it works and print this:
As expected. I don't know if this is a bug or i'm using the observer wrong.
Edit:
i fix it using this code:
using OrderByKey and StartAt
The text was updated successfully, but these errors were encountered: