Search code examples
firebasedelphicurlfirebase-realtime-databasedelphi-xe

Delphi POST Request to the Firebase Realtime Database


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?


Solution

  • 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