firebase_js_interop 0.0.9
firebase_js_interop: ^0.0.9 copied to clipboard
Wrappers and tools for composing Firebase Cloud Functions in the Dart language
0.0.9 #
- Adds
process.exit()
0.0.8 #
- Adds node
process.env
object - Moves
toJson()
extension fromJSObject
toJSAny
0.0.7 #
- Adds interop for
admin/database
- BREAKING: Explicit imports for admin and functions libraries are now required
FirebaseFunctions
httpRequest
object now extendsexpress.Request
0.0.6 #
- Fixes analysis issues
0.0.5 #
- Fixes
buildCloudFunctions
default paths on non-unix systems
0.0.4 #
- Updates README with the proper
package.json
scripts that are used during function deployment
0.0.3 #
- Updates example readme
0.0.2 #
- Adds web to supported platforms
0.0.1 #
- Initial version.