我正在将后端服务数据保存在Firestore中。现在,我需要在VPC中限制对Firestore的访问。 基本上,从前端连接数据库时,firebase URL或数据库URL不应公开。它应该通过VPC。
如果有人对此事有经验或知识,请指导并帮助我。
谢谢你,干杯。
答案 0 :(得分:0)
我认为Firestore不能与VPC一起使用。如您所见the list of what VPC supports不支持Firestore或数据存储。
您可以做的可能是将Cloud Function或GAE服务用作API,并使该API使用的服务帐户成为唯一有权访问Firestore的帐户。