dappsnation / akita-ng-fire

Akita ❤️ Angular 🔥 Firebase
MIT License
131 stars 27 forks source link

`callFunction` is not part of the Public API #139

Closed wSedlacek closed 4 years ago

wSedlacek commented 4 years ago

https://github.com/dappsnation/akita-ng-fire/blob/3c9ac16fe974348239e33c452ea3f5780811979d/projects/akita-ng-fire/src/public-api.ts#L14-L26

utils/callFunction is not exported from the public API thus making it unaccessible. The documentation for Calling functions also doesn't have this import in the code example.

fritzschoff commented 4 years ago

Thank you for reporting, going to fix it asap!

fritzschoff commented 4 years ago

fix is available in 3.0.4

wSedlacek commented 4 years ago

Thank you!