firebase_functions 0.6.0
firebase_functions: ^0.6.0 copied to clipboard
Cloud Functions for Dart with support for the Firebase Admin SDK, Cloud Storage and Firestore
0.6.0 #
- Add
runFunctionsas the primary API. - Deprecate
fireUpin favor ofrunFunctions. - Split
README.mdinto multiple pages:docs/config.mddocs/triggers.mdtest/README.md
0.5.2 #
- Add a comment to the generated manifest (
functions.yaml) to indicate that it is managed by this package. - Add "Learn more" and "Usage" sections to README.md.
0.5.1 #
- Update constraint:
meta: ^1.17.0 - Remove the use of footnotes in README.md, since they are not supported by
package:markdown. - Add a landing page for the package examples.
0.5.0 #
- Initial release.