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
{{ message }}
This repository was archived by the owner on May 19, 2025. It is now read-only.
Description
firebase-query not setting exists=false on the first run
Expected outcome
exists=false on the first run when
snapshot.hasChildren() == falseActual outcome
ignores
existsparameter and leaves it asnull. Can not track that loading is finishedSteps to reproduce
Create
firebase-queryfor empty collection and check what happens with exists property (Nothing).