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 739 times
0
-
Also see https://stackoverflow.com/questions/42392627/delphi-google-firebase-http – Frank van Puffelen Sep 26 '18 at 14:06
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
- 66,768
- 8
- 72
- 104