MartinSahlen/cloud-functions-python

How can I get parameters inside the python function?

santhoshdc1590 opened this issue · 0 comments

I have a python code that needs parameters from the calling client of the cloud function.
I'm new to this please help
How can the client send the data that is needed by the parameters?
How can I extract this parameter data sent by the client in cloud-function-python?