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).