作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
拿起去年 Spring 离开的一个 Firebase 项目我不记得 console.log
在 firebase server
下是如何工作的。
我有一个函数(有效),我尝试在其中编写一些调试信息。像这样:
exports.myfun = functions.https.onRequest((req, res) => {
console.log("---- does this show up somewhere???");
...
我在本地运行此程序(使用 firebase serve
)并希望在启动服务器的命令行窗口中看到 console.log
的输出。但是什么也没有。
输出到哪里去?
最佳答案
解决方案是降级 firebase-tools 版本。在此处查看已接受的答案:
The Cloud Functions emulator requires the module "firebase-admin" to be installed
编辑:虽然相当令人不安的是 Firebase 仍然说:
Update available 6.8.0 → 6.9.1 │
Run npm i -g firebase-tools to update
这样做会让一切再次失败......
大约 10 小时前我确实告诉了 Google。我认为反馈有问题。
关于本地主机上的 Firebase console.log?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56026747/
我是一名优秀的程序员,十分优秀!