Send application data to Firebase - Delphi

Asked

Viewed 1,264 times

0

Hi, I have an app almost ready. But in the end she will need to put some data in 2 Tedits like name and email, when she clicks on Tbutton I want this information to be recorded in Firebase, which I think is the best method to receive data from the application. But I have no knowledge with firebase. If you have someone who knows please reply.. I will give thanks in the app!! Thanks

1 answer

0


Dude, you’ll have to consume firebase’s Rest API, so you can save/fetch this data.

Has an open source project Firebase4delphi which is a library to consume the firebase REST API, there are some examples for you to base on the github project and also this blog where the guy who created the library made a tutorial simple-chat-messaging-system-with-Delphi-and-firebase, is in English but is still useful.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.