quickstart-java icon indicating copy to clipboard operation
quickstart-java copied to clipboard

Serverside Auth using Java Library Example

Open afischer opened this issue 8 years ago • 2 comments

Is auth possible using the "sever" library? It seems as if it was in the past, but I can't find any examples today. https://github.com/firebase/firebase-simple-login-java

afischer avatar Jul 05 '16 20:07 afischer

@afischer custom authentication is supported on the server using the Java client library, you can find more examples here: https://firebase.google.com/docs/auth/server/

samtstern avatar Jul 06 '16 16:07 samtstern

The documentation link might be pointing something else. Shall you share the correct reference? I am also in the need to implement server-side java auth system with firebase.

zarub2k avatar Dec 08 '19 01:12 zarub2k