Firebase-如何在不托管的情况下启动本地模拟器进行Firestore和功能

时间:2019-12-06 20:06:42

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

我在我的项目中使用了3种Firebase产品:功能,firestore和托管。 在本地测试我的功能时,我需要启动firestore模拟器,但是我不想启动托管模拟器。

firebase emulators:start --only functionsfirebase emulators:start --only firestore一样工作。

但是当我尝试使用firebase emulators:start --only functions,firestorefirebase emulators:start --only functions firestore这样的方法时,我会出错。

有什么方法可以启动多于1个且少于所有仿真器的计算机吗?

0 个答案:

没有答案