我从Google App Engine标准环境中阅读了许多与使用Cloud Firestore的凭据有关的GCP文档,但是现在我很困惑。
根据以下页面,我假设Google App Engine和Firebase可以有两个服务帐户。所以每个人都有两个凭证,对吗?
https://firebase.google.com/docs/admin/setup#initialize_the_sdk https://cloud.google.com/docs/authentication/production
文档建议将环境变量用于以下凭据,
export GOOGLE_APPLICATION_CREDENTIALS="[PATH]"
但是我该使用哪种证书?