使用Stackdriver调试Firebase云功能

时间:2017-03-13 21:00:17

标签: firebase google-cloud-functions

我正在关注此文档以尝试调试我的firebase云功能:https://cloud.google.com/functions/docs/monitoring/debugging

首先是 doc中给出的require行是错误的,所以我将其改为this以使其编译:

require('@google-cloud/debug-agent').start();

在实现此功能并使用firebase deploy --only functions部署函数之后,堆栈驱动器调试视图中也没有代码。知道如何使这项工作吗?

谢谢:)

1 个答案:

答案 0 :(得分:3)

目前,Cloud Functions for Firebase不会自动与Stackdriver共享其代码。您需要通过Github,Bitbucket或Google Cloud Source Repository来源代码。

虽然debugging Cloud Functions for Firebase请参阅我们的文档。我们一定要注意环境之间的差异。