-
Notifications
You must be signed in to change notification settings - Fork 28
ValueError from firestore_fn.on_document_created (Emulator) #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same |
Is fixed there, #149 They are making a 0.2.0 release very soon now, the version num was already changed in main and all the code is in. |
Looking forward to the new release 👍 , any scheduled date? |
Any day now I guess, perhaps Google has some process it's going through still, dunno. BTW I got the version number wrong, it's |
Hey. Since this issue is fixed in #149, I'll close this issue. |
There's a bug when the @firestore_fn.on_document_created() gets executed in the emulator.
I started with this example.
When I now open the url
http://localhost:5001/MY_PROJECT/us-central1/addMessage?text=uppercaseme
I get the following error in the console:
Didn't changed anything in the requirements.txt file:
firebase_functions~=0.1.0
The text was updated successfully, but these errors were encountered: