简体   繁体   中英

Can I use Firebase with java desktop app?

I'm developing a java desktop POS System, and I want all the users to be connected together with firebase. So, can I use Google Firebase with a Java desktop application?

There is no official SDK for using Firebase in client-side Java applications.

You can use some Firebase products through their REST API , but you'll have to write your own client-side access code for that.

There is an official Firebase Admin SDK for use in Java applications. But this SDK grants the users of the application full administrative access to your Firebase project, so it should not be used in Java applications that you share with regular (non-administrative) users.

Also see:

It's extremely round-about. But you can use firebase with desktop using outbound HTTP connections and firebase functions. Just make sure you set up your own client api key or else anyone can mess with your firebase!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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