简体   繁体   English

Firebase SDK Authentication是否支持Java/Sprint开机开发?

[英]Does Firebase SDK Authentication support Java/Sprint boot development?

We have a Google Admin account and manage users via that console.我们有一个 Google 管理员帐户并通过该控制台管理用户。 I am building an application and would like to manage user logins through that application via a User Authentication service.我正在构建一个应用程序,并希望通过用户身份验证服务通过该应用程序管理用户登录。 I am doing some research into Firebase Auth and I think I found exactly what I need, but it does not seem to readily state that it supports Java Development.我正在对 Firebase Auth 进行一些研究,我想我找到了我需要的东西,但它似乎并不容易 state 它支持 Java 开发。 Does anyone know if this is in fact the case?有谁知道事实是否如此?

在此处输入图像描述

I have not tried anything yet.我还没有尝试过任何东西。 I have simply been researching.我一直在研究。

There is no Firebase Client SDK for Java. Java没有Firebase客户端SDK。

However, if your Java Application is based on a three tiers architecture with an Application server (I guess this is the case since you use Spring Boot) you can use the Admin SDK for Java to interact with the Authentication service (and if necessary the other Firebase services) from this server.但是,如果您的 Java 应用程序基于带有应用程序服务器的三层架构(我猜这是因为您使用 Spring Boot 的情况),您可以使用Admin SDK来与身份验证服务(如有必要,其他 Java 进行交互) Firebase 服务)来自该服务器。

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

相关问题 firebase电话认证是否支持支持国家的所有移动运营商? - Does firebase phone authentication support all mobile operators of supported country? Firebase Admin Node.JS SDK 是否支持指数退避? - Does the Firebase Admin Node.JS SDK support exponential back off? 无法将管理员 SDK 连接到 firebase 身份验证模拟器 - Cannot connect Admin SDK to firebase authentication emulator 通过 API 或 SDK 启用 Firebase 身份验证 - Enable Firebase Authentication via API or SDK 将 Firebase 身份验证 (SDK 9) 与 Expo (v 8.5.0) 结合使用 - Using Firebase Authentication (SDK 9) with Expo (v 8.5.0) Firebase 不支持mac os - Firebase does not support mac os Objectify 中是否有“IN”和“OR”运算符的其他替代方案(云数据存储 SDK 目前不支持“IN”过滤器)。 -java - Is there any other Alternative for 'IN' and 'OR' operators in Objectify(The Cloud Datastore SDK does not currently support 'IN' filters). -java iOS:如何在我的开发舱中支持 firebase crashlytics? - iOS: How I can support firebase crashlytics in my development pod? Firebase 匿名身份验证如何运作? - Firebase anonimous authentication how does it works? Firebase 存储模拟器不支持 getSignedUrl - Firebase Storage emulator does't support getSignedUrl
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM