pulyaevskiy / firebase-functions-interop

Firebase Functions Interop Library for Dart.
BSD 3-Clause "New" or "Revised" License
191 stars 52 forks source link

App calls Support #26

Closed grundid closed 6 years ago

grundid commented 6 years ago

Do you plan on adding callable functions support to this library?

https://firebase.google.com/docs/functions/callable

pulyaevskiy commented 6 years ago

Oh, I somehow missed they added this. Definitely! Should be a simple update.

Thanks for reporting, should have this added later today if my plans don’t change.

pulyaevskiy commented 6 years ago

I've published a new version which exposes onCall trigger. Did a basic test which seemed to work. https://pub.dartlang.org/packages/firebase_functions_interop/versions/1.0.0-dev.5.0

Closing this issue as resolved. Feel free to submit new issue in case you find any bugs.