The Cloud Functions emulator requires the module "firebase-admin" to be installed. This package is in your package.json, but it's not available. You probably need to run "npm install" in your functions directory.
I was running well my project till i was hit with that issue. Any help, please do tell. Thanks. {Below is the image of what i am getting}
This is a bug in firebase-tools
versions 6.9.0
and 6.9.1
. The solution is to downgrade to 6.8.0
for now:
npm install -g [email protected]
You can follow along with the issue here: https://github.com/firebase/firebase-tools/issues/1262
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With