获取桌面 Java SE Firebase 项目的凭据
Get credentials for desktop Java SE Firebase project
我正在尝试在桌面(非Android)中访问 Firebase 数据库Java,但找不到从哪里下载去差异化凭证 JSON 来初始化API。 Android 有一个开始的选项,但这需要输入应用程序名称和完全限定的标识符,这不适用于桌面项目。还有另一种获取此文件的方法吗?或者是否有其他初始化选项?
We currently don't have an SDK that is intended for Java desktop apps. We do have a Java server SDK, but it requires a service account which is not secure to include in a desktop app. Your options are to either use the Realtime Database's REST API or communicating with Firebase via your own custom server using the Java server SDK.
We are not actively working on building an SDK for Java desktop apps. However, if others out there would like to see this, please chime in here.
我正在尝试在桌面(非Android)中访问 Firebase 数据库Java,但找不到从哪里下载去差异化凭证 JSON 来初始化API。 Android 有一个开始的选项,但这需要输入应用程序名称和完全限定的标识符,这不适用于桌面项目。还有另一种获取此文件的方法吗?或者是否有其他初始化选项?
We currently don't have an SDK that is intended for Java desktop apps. We do have a Java server SDK, but it requires a service account which is not secure to include in a desktop app. Your options are to either use the Realtime Database's REST API or communicating with Firebase via your own custom server using the Java server SDK.
We are not actively working on building an SDK for Java desktop apps. However, if others out there would like to see this, please chime in here.