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.
The old firebase-collection was mutable via data-binding which allowed the user to add, remove, or edit elements of the query pretty easily, however, firebase-query is now immutable.
I want to know if you're considering adding those behaviors to firebase-query and if you aren't then how would you recommend us to cope with the lack of them? (Would it be possible using firebase-document somehow or would we need to interact with the javascript API directly?)