在本地使用Firebase托管时使用Firebase函数

时间:2019-07-13 17:52:48

标签: firebase google-cloud-firestore google-cloud-functions firebase-hosting

我目前在我的项目设置中将Firebase函数用于某些后端功能。

例如,我希望在使用网站时输入firebase serve时能够在本地测试这些功能,例如,不使用邮递员查询该功能。

有什么办法可以做到这一点?

我只是尝试输入firebase serve,但这给了我已部署到firebase的功能,而不是我在本地更改的功能。

1 个答案:

答案 0 :(得分:0)

我发现您使用

firebase.functions().useFunctionsEmulator('http://localhost:5001');

使用本地托管的功能。