firebase-functions-interop
firebase-functions-interop copied to clipboard
Firebase Functions Interop Library for Dart.
Firebase creates a 38 MB package when I try to deploy my functions. Usually, my functions have less than 1 mb.  Curiously, `node_modules` has exactly 38 MB, however it...
Our functions are working well with this library, but printed stack traces are not human readable. How do we get the source maps to be used so that we can...
When I run `pub run build_runner build --output=build` as admin (https://github.com/pulyaevskiy/firebase-functions-interop/issues/56), the corrupted file `functions/build/node/packages` is generated. If I run `firebase deploy --debug --only functions`, I get the following error:...
When I run `pub run build_runner build --output=build`, I get the following output: ``` [INFO] Generating build script completed, took 252ms [WARNING] Throwing away cached asset graph due to Dart...
I really like if you share a link of a project that use this, i want to see its folder/files structure.
Firestore will be disabling the use of native date & time implementations with Timestamp fields in favour of their Timestamp class by (I think) the end of 2019. It is...
Issue: Firebase cmdline utility does not detect any Firebase functions written in Dart. Steps to Reproduce: 1. File: functions/pubspec.yaml ```name: test dependencies: firebase_admin_interop: ^1.2.2 firebase_functions_interop: ^1.0.0+1 dev_dependencies: build_runner: ^1.2.3 build_node_compilers:...
Could we also create firebase_interop package? I am aware there is already the firebase package for Flutter and Web. Though it does not work on node, or planned to focus...
Could we add feature to support adding function into a newObject and then to functions exports. Let's say if I want to deploy two function functionA and functionB in group...