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
  • 499,950
  • 69
  • 739
  • 734

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
  • 66,768
  • 8
  • 72
  • 104