简体   繁体   English

Identity Platform 和使用 Identity Platform 进行身份验证的 Firebase 有什么区别

[英]What is the difference between Identity Platform and Firebase Authentication with Identity Platform

Firebase has announced a new optional upgrade called Firebase Authentication with Identity Platform, however, the new features already exist on the GCP Identity Platform. Firebase 宣布了一项新的可选升级,称为 Firebase 身份验证与身份平台,但是,新功能已经存在于 GCP 身份平台上。

As mentioned in the documentation here如文档here中所述

Identity Platform serves as the backend for Firebase Authentication with Identity Platform and the features that are offered are identical. Identity Platform 用作使用 Identity Platform 进行 Firebase 身份验证的后端,并且提供的功能是相同的。

I want to know:我想知道:

  • What is the changes that occurred after the new upgrade has been released, and how can we benefit from it?新升级发布后发生了哪些变化,我们如何从中受益?
  • Should we now choose to work with only one of Firebase Authentication with Identity Platform and GCP Identity Platform?我们现在是否应该选择仅使用身份平台和 GCP 身份平台的 Firebase 身份验证之一?
  • What changes should be implemented if I want to migrate from GCP Identity Platform into Firebase Authentication with Identity Platform?如果我想从 GCP Identity Platform 迁移到 Firebase Authentication with Identity Platform,应该进行哪些更改?
  1. One of my favorite features that are implemented is that we are able to register blocking functions .我最喜欢实现的功能之一是我们能够注册阻塞函数 If you read the docs, you'll all the benefits.如果您阅读文档,您将获得所有好处。

  2. It's up to you to decide, but in my opinion, I would prefer to use the newest solution.由您决定,但在我看来,我更愿意使用最新的解决方案。

  3. As far as I noticed, none.据我所知,没有。

Once you migrate, you'll see in the Firebase console in the Authentication section on the top of the page, the following text:迁移后,您将在页面顶部“身份验证”部分的 Firebase 控制台中看到以下文本:

Authentication with Identity Platform使用身份平台进行身份验证

And to answer your question:并回答您的问题:

What is the difference between Identity Platform and Firebase Authentication with Identity Platform? Identity Platform 和使用 Identity Platform 进行身份验证的 Firebase 有什么区别?

The real benefit is that you can use all the other Firebase products .真正的好处是您可以使用所有其他Firebase 产品

Edit:编辑:

Besides the blocking functions, there are other new features present, that weren't before:除了阻塞功能之外,还有其他一些以前没有的新功能:

  • Multi-factor authentication多因素身份验证
  • Sign in with OIDC使用 OIDC 登录
  • Sign in with SAML使用 SAML 登录
  • Multi-tenancy多租户
  • IAP integration IAP 集成

In addition to @Alex's answer, upgrading to Identity Platform also let's use disable sign-ups and account deletion from the Firebase client SDK.除了@Alex 的回答,升级到 Identity Platform 还让我们从 Firebase 客户端 SDK禁用注册帐户删除 It's useful when you want to restrict certain users to your application as you'll have to use the Admin SDK to create/delete users.当您想将某些用户限制在您的应用程序中时,它很有用,因为您必须使用 Admin SDK 来创建/删除用户。

This along with blocking function and other features were part of Identity Platform already and you were able to upgrade your Firebase project before as well just like in the answer linked above.这与阻止 function 和其他功能一起已经是 Identity Platform 的一部分,您之前可以升级您的 Firebase 项目,就像上面链接的答案一样。 Firebase just made it easier for you to upgrade and use those features now directly from Firebase console. Firebase 让您现在可以更轻松地直接从 Firebase 控制台升级和使用这些功能。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 sendOobCode Google 身份平台 - sendOobCode Google Identity Platform 来自 Identity Platform 的 SAML 提供者的 Firebase 身份验证在 Firefox 中不起作用 - Firebase authenthication with SAML Providers from Identity Platform is not working in Firefox Google Identity Platform 定价 - 每月活跃用户 - Google Identity Platform pricing - Monthly Active User Google Identity Platform 身份验证是否比传统的 HTTP 只有 cookies 更容易受到攻击? - Is Google Identity Platform authentication more vulnerable than traditional HTTP only cookies? 使用 Firebase 身份验证时禁用身份工具包 - Disable Identity Toolkit when using Firebase Authentication 谷歌云平台中的身份验证 - Authentication in Google Cloud Platform JSON 在 beforeCreate 阻塞期间修改用户时的响应格式 function(Google 身份平台) - JSON response format when modifying user during beforeCreate blocking function (Google Identity Platform) 如何使用 Google.Apis.Auth.AspNetCore3 在 C# 中验证 Google Identity Platform 的完整性? - How to Verify the integrity of the Google Identity Platform in C# with Google.Apis.Auth.AspNetCore3? AWS Amplify 和 amazon-cognito-identity-js 之间的区别? - The difference between AWS Amplify and amazon-cognito-identity-js? 为每个身份提供者创建多个帐户的选项在 Firebase 身份验证中未按预期工作 - Option of create multiple accounts for each identity provider not working as expected in Firebase Authentication
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM