0

Can context part of the Firebase https onCall function be manipulated or anyone can mimic the Api request to create the header by ownself and call the Firebase https onCall firebase cloud functions using Postman.

1 Answer 1

2

The full spec of the wire protocol is in the documentation. Essentially you need to send a request with a Firebase ID Token in the Authorization header and a JSON body formatted like:

{
  "data": { /* your data here */ }
}
Sign up to request clarification or add additional context in comments.

1 Comment

Haha what an underrated answer. This is exactly what I needed. Just the data wrapper.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.