简体   繁体   English

使用Firebase对Java AppEngine应用程序中的用户进行身份验证

[英]Authenticate users in Java AppEngine Application with Firebase

First I build an AppEngine with java, that uses the Google Sign-In library: https://cloud.google.com/appengine/docs/standard/java/users/ 首先,我使用Java构建一个AppEngine,该Java使用Google登录库: https : //cloud.google.com/appengine/docs/standard/java/users/

But now we want to also have an android app and switch from Google Sign-In to Firebase (because it integrates way better with android). 但是现在我们还想要一个android应用程序,并从Google登录切换到Firebase(因为它与android的集成方式更好)。

Unfortunately, I found no java sdk for firebase that would replace the Google Sign-In probably. 不幸的是,我发现没有用于Firebase的Java SDK可能会取代Google登录。

What is the best way, to add firebase authentication to a java AppEngine application? 将Firebase身份验证添加到Java AppEngine应用程序的最佳方法是什么?

Java has REST capabilities. Java具有REST功能。 Use Firebase Auth REST API . 使用Firebase Auth REST API

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM