如何在Firebase上存储数据-Delphi XE 10 [英] how to store data on Firebase - Delphi XE 10

查看:122
本文介绍了如何在Firebase上存储数据-Delphi XE 10的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从Embarcadero Delphi XE 10连接到Google Firebase DBaaS的最佳方法是什么?

What is the best way to connect to Google´s Firebase DBaaS from Embarcadero Delphi XE 10 ?

我不确定如何从AnyDAC进行连接。
或是否存在某个组件(我在搜索中无法找到一个组件)

I am not sure how to do it from AnyDAC. Or if exists a component out there (i coundnt find one on search)

有帮助吗?
谢谢

Any help? thank you

推荐答案

Firebase 被Google收购,现在可以使用许多工具和功能(云消息传递,身份验证,实时数据库,存储,托管等...)
如果您正在寻找一种可以实时存储和同步应用程序数据的服务,那么实时数据库就适合您。实时数据库:一个由云托管的NoSQL数据库。数据以JSON形式存储,在连接的设备之间以毫秒为单位同步,并且在您的应用程序脱机时可用。 。 Firebase提供了适用于Android,iOS和Web(Javascript)的SDK库。此外,还提供了REST API接口,并且如前一篇帖子中 Robert Love 所述, Firebase4Delphi (我写了)库提供了对Delphi中REST API的访问。 此处有一个使用方法示例库。

Firebase was acquired by Google and now makes available many tools and features (Cloud Messaging, Authentication, Realtime Database, Storage, Hosting etc...) If you are looking for a service that store and sync app data in realtime, the Realtime Database it's for you. Realtime Database: "A cloud-hosted NoSQL database. Data is stored as JSON, synced across connected devices in milliseconds, and available when your app goes offline." . Firebase provides SDK library for Android, iOS and Web (Javascript). In addition makes available a REST API interface and, as Robert Love said in previous post, Firebase4Delphi (I wrote it) library provides access to the REST API in Delphi. Here there is an example of how to use library.

这篇关于如何在Firebase上存储数据-Delphi XE 10的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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