How can I retrieve data from firebase real time database by httpsrequest ?
Want to get data and update.
I can write new data and delete data.
but cannot retrieve, I like to update the data I retrieve.
Please help me.
How can I retrieve data from firebase real time database by httpsrequest ?
Want to get data and update.
I can write new data and delete data.
but cannot retrieve, I like to update the data I retrieve.
Please help me.
I have OK with the above steps,
using httpsrequest
I like to GET data just like
GET “email” from where “name” = “John”
to UPDATE “email” = to “[email protected]”
SET data and DELETE data is working by doing as the following