how to store data on Firebase - Delphi XE 10

蹲街弑〆低调 提交于 2019-11-29 21:46:28

问题


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

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


回答1:


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.




回答2:


There is an open source project called Firebase4Delphi. It provides access to the REST API in Delphi.




回答3:


In the meantime a new open source library is available on GitHub for Firebase, Firestore, Firebase Storage and Firebase Functions:

Get more information on https://github.com/SchneiderInfosystems/FB4D



来源:https://stackoverflow.com/questions/36117307/how-to-store-data-on-firebase-delphi-xe-10

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