Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/firebase/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用谷歌身份识别平台+;Firebase单独授权_Firebase_Google Cloud Platform_Firebase Authentication_Google Identity - Fatal编程技术网

使用谷歌身份识别平台+;Firebase单独授权

使用谷歌身份识别平台+;Firebase单独授权,firebase,google-cloud-platform,firebase-authentication,google-identity,Firebase,Google Cloud Platform,Firebase Authentication,Google Identity,是否可以在同一项目中同时使用Google Identity Platform和Firebase Auth,而无需将Firebase Auth中的我的电子邮件/密码用户升级到Google Identity Platform并为这些用户付费 试图使用Google Identity Platform似乎迫使我将Firebase Auth中的所有用户转移到它身上。据我所知,在单个项目上使用Google Cloud的Identity Platform和Firebase身份验证确实是不可能的。您必须选择一个

是否可以在同一项目中同时使用Google Identity Platform和Firebase Auth,而无需将Firebase Auth中的我的电子邮件/密码用户升级到Google Identity Platform并为这些用户付费


试图使用Google Identity Platform似乎迫使我将Firebase Auth中的所有用户转移到它身上。

据我所知,在单个项目上使用Google Cloud的Identity Platform和Firebase身份验证确实是不可能的。您必须选择一个,并将其用于整个项目


我能想到的唯一替代方法是为每个项目设置单独的项目,并为用户类型访问特定的项目。但在这种情况下,您将不得不处理数据迁移和可能更糟糕的情况。

据我所知,在单个项目上使用谷歌云的身份平台和Firebase身份验证确实是不可能的。您必须选择一个,并将其用于整个项目


我能想到的唯一替代方法是为每个项目设置单独的项目,并为用户类型访问特定的项目。但在这种情况下,您将不得不处理数据迁移和可能更糟糕的情况。

我只是好奇。你害怕什么付款?Firebase auth是免费的。Google Identity Platform不是免费的:)我想让我的大多数不需要OIDC的用户留在Firebase上,我不必为MAU付费。我只是好奇。你害怕什么付款?Firebase auth是免费的。Google Identity Platform不是免费的:)我想让我的大多数不需要OIDC的用户留在Firebase上,而我不必为MAU付费。