Get credentials for desktop Java SE Firebase project

雨燕双飞 提交于 2019-12-08 07:00:55

问题


I'm trying to access a Firebase database in desktop (non-Android) Java, and can't find where to download the dedifferentiate credentials JSON to initialise the API. There's an option to get started for Android, but that requires putting in an app name and fully-qualified identifier, which isn't applicable for a desktop project. Is there another way of obtaining this file? Or is there an alternative initialisation option?


回答1:


From the firebase-talk mailing list:

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.



来源:https://stackoverflow.com/questions/40822084/get-credentials-for-desktop-java-se-firebase-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!