i am trying to send data to a cloud function but cant figure out how. i saw to stringify the data, and did, but still cannot use the data i sent. accordding to the function , if data is missing , show a 400 error code. and in the function log , i can see that. So i assume my data is not sent correctly or recived correctly. can anyone provide a code snippet if you were able to send and recive data to cloud function?
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?