云功能的更新、创建等功能是否受 Firestore 安全规则影响?

Are updating, creation etc. functionalities of cloud functions affected by the firestore security rules?

我已经根据用户 ID 制定了几个规则,所以想确认这些规则是否会阻止用 nodejs 编写的云函数完成的更新。

您的云函数充当管理员。参见 How to make Firebase Functions act as a user instead of being an admin?

但是 Rules 选项卡中有一个名为 Rules Playground 的按钮,您可以使用它来测试 firestore 规则。