GCP 中 AWS Cognito 的等效组件是什么,用于用户池、触发器和应用程序客户端等功能?

what is the equivalent component of AWS Cognito in GCP for features like userpools, triggers and appclients?

我们正在将一个应用程序从 AWS 迁移到 GCP。在 AWS 中,我们使用 Cognito 服务在用户池中维护不同类型的用户(例如:SSO 用户具有不同的用户池,具有电子邮件和密码的用户配置在不同的用户池中,对于 MFA 用户,它们具有不同的用户池)在 AWS Cognito 中,我们还利用某些功能,如 appclient id 和 secret 在预注册触发器中生成 JWT 令牌和授权方 lambda)

如何在GCP中实现上述实现?

您可以使用 Firebase Authentication as a equivalent of Amazon Cognito. This table 提供 Amazon Cognito 和 Firebase 身份验证之间的比较。

Google Identity platform 看起来像亚马逊 Cognito。