我可以将Firebase与Java桌面应用程序一起使用吗? [英] Can I use Firebase with java desktop app?

查看:92
本文介绍了我可以将Firebase与Java桌面应用程序一起使用吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个Java桌面POS系统,我希望所有用户都可以与firebase连接在一起.那么,我可以将Google Firebase与Java桌面应用程序一起使用吗?

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?

推荐答案

尚无用于在客户端Java应用程序中使用Firebase的官方SDK.

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

您可以通过其 REST API 使用某些Firebase产品,但是您可以为此,您必须编写自己的客户端访问代码.

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

有一个官方的Firebase Admin SDK,可在Java应用程序中使用.但是,此SDK授予应用程序用户对Firebase项目的完全管理访问权限,因此,不应在与常规(非管理)用户共享的Java应用程序中使用它.

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.

另请参阅:

这篇关于我可以将Firebase与Java桌面应用程序一起使用吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆