<!-- Instructions: https://github.com/firebase/polymerfire/CONTRIBUTING.md#filing-issues --> ### Description firebase-query not setting exists=false on the first run ### Expected outcome exists=false on the first run when `snapshot.hasChildren() == false` ### Actual outcome ignores `exists` parameter and leaves it as `null`. Can not track that loading is finished ### Steps to reproduce Create `firebase-query` for empty collection and check what happens with exists property (Nothing).
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).