运行firebase serve --port 9000
时,我提供了Firebase应用程序,但控制台消息以
Ignoring trigger "onJobWrite" because the Realtime Database emulator is not running.
我可以运行firebase emulators:start --only database
来手动启动并运行仿真器,但是单独运行它似乎不起作用。
据我所见,正在运行的功能不是本地功能,而是云中的功能,这不是我想要的,因为我的触发器是本地功能。
如何使数据库在本地触发数据库?