Sending request to google firebase

hello all

I created a google realtime database to work with an ESP32:

board1
outputs
digital
12: 0
13: 0
14: 0

so I have an API key: “A…E”

I defined a user: “j.......r@gmail.com” and a password: “xxxx”

How can i define a request to modify digital values ?

I don’t know how to put user and password, in headers ? in body ? what else ?

Very little info here to go on (hence the lack of responses).

If you are new to Postman, then I would suggest a visit to the Learning Centre.

Overview | Postman Learning Center

Including the Postman Training links under “Resources”.

image

I would recommend the “Galaxy APIs 101” course first as it gets you used to the application features.

Then the “Galaxy Testing and Automation” course which teaches you how to assert the responses. It includes defining and using variables from responses.

Once you have the basics, it should be a case of reading the Google Firebase specification which should show you how to craft that specific request.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.