0

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?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
  • 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 Answers1

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