gpt4 book ai didi

google-app-engine - 使用 Firebase 或 Cloud Endpoints 身份验证和 Google App Engine 后端的移动应用程序

转载 作者:太空宇宙 更新时间:2023-11-03 15:37:47 25 4
gpt4 key购买 nike

我正在使用 Google App Engine 中的后端开发移动应用程序 (Ionic)。此应用程序需要使用 Google 身份验证和与 Google App Engine (Python) 应用程序的安全交换来登录。

Google 展示了 2 种配置来实现这一点。

  1. 移动客户端 <-> Firebase <-> Google App Engine:

enter image description here

  1. 移动客户端 <-> 云端点 <-> App Engine:

enter image description here

在我目前的方法 1 中,Ionic 应用程序能够登录到 Google 并与 Firebase 交换信息,Firebase 能够与 Google App Engine 交互,但我不确定如何获取用于与 Google App Engine 进行身份验证和安全交换的 Ionic 应用程序。

我可以使用这种方法吗?或者我是否需要使用 2 Mobile Client <-> Cloud Endpoints <-> App Engine

谢谢。

最佳答案

我也在为我的应用程序运行方法 1。

登录后,您将在 Android 客户端上收到来自 Firebase 的身份验证 token 。

接下来,您需要将此 token 传递给您的云端点。请参阅以下链接:

Send Firebase Token from Android to Google Cloud Endpoints

您必须在 Google App Engine 上验证 token 。请参阅:

How do I secure my Google Cloud Endpoints APIs with Firebase token verification?

请看

Google Cloud Endpoints and user's authentication

为您的 Cloud Endpoints 实现您自己的自定义身份验证器

关于google-app-engine - 使用 Firebase 或 Cloud Endpoints 身份验证和 Google App Engine 后端的移动应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41603492/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com