Send application data to Firebase - Delphi

0

Hello, I have an application almost ready. But in the end it will need to put some data in 2 TEdits as name and email, when it clicks the 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'm not aware with firebase. If you have someone who knows please reply .. I will give thanks on the app !! Thanks.

    
asked by anonymous 22.04.2018 / 10:30

1 answer

0

Man, you'll have to consume the Firebase Rest API, so you can save / fetch that data.

It has an open source project Firebase4Delphi which is a library for consuming the REST API of firebase, has some examples for you to base in the github project and also in this blog where the guy who created the library did a tutorial simple-chat-messaging-system-with-delphi-and-firebase is still in English, but still useful.

    
24.04.2018 / 04:56