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 Apr 19, 2026. It is now read-only.
The _onQueryCancel method of the firebase-query-behaviour should fire an event so I can handle errors like Permission denied... in my application.
At the moment, there is no event one can listen to to determine if a query failed. There is not even a change on the data property of firebase-document
The
_onQueryCancelmethod of thefirebase-query-behaviourshould fire an event so I can handle errors likePermission denied...in my application.At the moment, there is no event one can listen to to determine if a query failed. There is not even a change on the data property of
firebase-document