Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Cannot pass query string to cloud functions #45

Closed
scomma opened this issue Feb 25, 2017 · 2 comments
Closed

Cannot pass query string to cloud functions #45

scomma opened this issue Feb 25, 2017 · 2 comments
Labels
Milestone

Comments

@scomma
Copy link

scomma commented Feb 25, 2017

Description

Currently cloud functions are not able to access the request's query string. req.query always finds a blank object.

Steps to reproduce

  1. Access http://localhost:8010/<projectId>/us-central1/dispatch?abracadabra=1
  2. req.query['abracadabra'] => undefined

Happy to contribute if anyone can point me in the right direction.

@jmdobry jmdobry changed the title Pass query string to cloud functions Cannot pass query string to cloud functions Feb 26, 2017
@jmdobry jmdobry self-assigned this Feb 26, 2017
@jmdobry jmdobry added the bug label Feb 26, 2017
@jmdobry jmdobry added this to the 1.0.0 milestone Feb 26, 2017
@scomma
Copy link
Author

scomma commented Feb 26, 2017

Thank you for a very prompt response!

@jmdobry
Copy link
Contributor

jmdobry commented Feb 26, 2017

Thanks for reporting it!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants