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
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 text was updated successfully, but these errors were encountered:
The
_onQueryCancel
method of thefirebase-query-behaviour
should 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
The text was updated successfully, but these errors were encountered: