在尝试使用云函数仿真器时,我收到一条消息,指出: function ignored because the firestore emulator does not exist or is not running我的函数/package.json如下所示: { "description": "Cloud Functions for Firebase",
我通常使用单独的repo来组织我的Firebase项目,用于web应用程序、管理器门户和云功能。因为web应用程序和管理门户使用相同的firebase项目,所以我将云函数保存在各自的repo中。所以3个不同的repos/项目使用相同的Firebase项目。我正在测试如何通过此设置使用Firebase Local Emulator Suite,但似乎无法在我的cloud Function项目中启动云函