You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2019. It is now read-only.
Description
Currently cloud functions are not able to access the request's query string.
req.query
always finds a blank object.Steps to reproduce
http://localhost:8010/<projectId>/us-central1/dispatch?abracadabra=1
req.query['abracadabra'] => undefined
Happy to contribute if anyone can point me in the right direction.
The text was updated successfully, but these errors were encountered: