App Engine后端服务器地址(不安全响应)

时间:2017-12-18 17:45:30

标签: google-app-engine firebase google-cloud-platform

我正在关注本教程https://cloud.google.com/appengine/docs/standard/python/authenticating-users-firebase-appengine

最后说:

Change the backend host URL in main.js to https://backend-dot-[PROJECT_ID].appspot.com. Replace [PROJECT_ID] with your project ID.

作为示例,我的项目ID是“project”,这是否意味着我应该将URL设置为:

https://backend-dot-project.appspot.com 要么 https://backend.project.appspot.com

我已尝试将其设置为两者,并且我在Chrome中收到INSECURE_RESPONSE错误。我不知道我需要什么网址。

任何人都可以帮助我吗?

0 个答案:

没有答案