FirebaseExtended / polymerfire

Polymer Web Components for Firebase
https://www.webcomponents.org/element/firebase/polymerfire
MIT License
459 stars 142 forks source link

made sure that unsucessful write are cached and that an error event is fired #357

Open christophe-g opened 5 years ago

christophe-g commented 5 years ago

With current codebase, there is no way to catch write error (for instance when permission is denied).

This very short addition makes sure an error event is fired in such cases.