When Adding a Custom Firebase plugin using BasePlugin, Getting a plugin.update not found error #4443
Closed
2 tasks done
Labels
Types
Issues relating to the Typescript definition files
Initial checklist
Link to runnable example
No response
Steps to reproduce
Getting an issue with a custom plugin, I have checked the BasePlugin interface and there is no property there called update
updateAll(state) {
this.iteratePlugins(plugin => {
plugin.update(state);
});
}
The text was updated successfully, but these errors were encountered: