Firebase CLI不支持以python编写的部署功能。
您当然可以用python编写Cloud
Firestore触发器,然后使用gcloud进行部署。
您可能不知道的一件事:无论如何部署功能,底层的Cloud Functions产品都是相同的。Firebase只是在现有的Google Cloud
Functions基础架构之上添加了工具和API。确实没有“ Firebase Cloud Function”这样的东西。只有Cloud
Functions,您可以选择使用gcloud或Firebase CLI编写和部署它们的方式。



