Iām writing a desktop application using Delphi XE. I would like to request a POST from my application to the Firebase Realtime Database. Is there any way I can achieve it?
Asked
Active
Viewed 829 times
0
-
Also see https://stackoverflow.com/questions/42392627/delphi-google-firebase-http ā Frank van Puffelen Sep 26 '18 at 14:06
-
Have you tried to use the Firebase Open Source Library for Delphi FB4D? github.com/SchneiderInfosystems/FB4D or from GetIt ā Jul 03 '23 at 08:51
1 Answers
0
If I understand correctly that you want to interact with the Firebase Realtime Database through REST APIs (e.g. via a POST request), you can use the REST API mode, as documented here: https://firebase.google.com/docs/database/rest/start

Renaud Tarnec
- 79,263
- 10
- 95
- 121