如何使用javafx的firebase [英] How to use firebase with javafx

查看:183
本文介绍了如何使用javafx的firebase的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

正在构建一个桌面应用程序,我想使用直观的firebase API进行实时数据同步。我一直在网上搜索,但没有人指出要使用的Jars以及如何使用firebase应用程序进行配置。如果你能协助请给我一些步骤。我擅长以下步骤。我想为所有firebase操作创建一个帮助器类。

am building a desktop application that I want to use the intuitive firebase API for live data syncs. I have been searching the web but no one points out what Jars to use and how to configure with your firebase application. If you can assist please give me steps. I am good at following steps. I want to create a helper class for all firebase operations.

推荐答案

按照 https://firebase.google.com/docs/server/setup

可以分解为:


  • 创建一个firebase项目

  • 从以下位置下载SDK Maven

  • 下载可以从网络界面创建的服务帐户文件

  • 添加SDK

  • 初始化SDK

  • Create a firebase project
  • Download the SDK from Maven
  • Download the service account file which you can create from the web interface
  • Add the SDK
  • Initialize the SDK

我认为问题在于很容易忽略网站上的一些步骤。只需按照一步一步进行操作,并仔细阅读列出的步骤。

I think the problem is that it is easy to overlook some of the steps on the website. Just follow them step by step and read carefully what steps are listed.

这篇关于如何使用javafx的firebase的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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