java-serverfirebase-admin

How to setup Firebase Admin with Java


I'm trying to setup Firebase admin with Java and the official docs are not helping enough.

It says that prerequisite is a Java server and I'm not sure what that means. Is it like, that you have to build the server yourself using sockets? Or there allready is a Java server that you can use? I mean, one thing is a server and another thing is server application. And they say that you need server, well can I download the server program from somewhere or do I need to build it myself? I'm pretty puzzled if I need to build it myself...

I really don't understand, how do I simply add code they provided to my Java server?? Or what do they even mean by Java server? I really don't know how to do this, I haven't found not a one tutorial besides that one on their page.


Solution

  • You need a java project not a server. Documentation over there was a tutorial for implementation of firebase to SDK (JAVA) .