我在我的项目中使用了3种Firebase产品:功能,firestore和托管。 在本地测试我的功能时,我需要启动firestore模拟器,但是我不想启动托管模拟器。
firebase emulators:start --only functions
和firebase emulators:start --only firestore
一样工作。
但是当我尝试使用firebase emulators:start --only functions,firestore
或firebase emulators:start --only functions firestore
这样的方法时,我会出错。
有什么方法可以启动多于1个且少于所有仿真器的计算机吗?