Good day. There was a need to write a desktop application for windows that implements a very simple scheme of interaction with the firebase database. All you need to do is to add new posts in the database. I tried to find material on the Internet, but a little confused by the fact that you can not even add a new Java application in the add new applications window.

It would seem that there is a quikstart , but the inscription "demonstrating the Firebase APIs using the Java Server SDK" confuses me a little, and the date of the last update is 8 months ago (before buying by Google, if memory serves). Java Server SDK is what? How to connect to a regular Java project and will Gradle imports designed for Android work?

    1 answer 1

    It is not currently an SDK for Java desktop apps. We need a Java server SDK, but it requires a service account. Your Realtime Database's REST APIs or communicating with Firebase using your Java server SDK.

    Zinc - a post a year ago, but I do not think it is very outdated.

    Look at FirebaseJ's recommended Rest API - the truth is still in deep alpha.

    So the forecast is disappointing.

    Take another cloud database, the benefit of them now divorced a lot.

    • Well, is there an SDK in C ++ for the PC? As I understand it, there is support for C ++, but only in terms of writing on android - timuruktus