Closed andy-tmpt-me closed 7 months ago
Ooops, looks like this is a duplicate of https://github.com/firebase/firebase-functions-python/issues/197 (logged a few hours previous). Hopefully the test case is helpful.
Closing in favor of https://github.com/firebase/firebase-functions-python/issues/194. I'll have a fix out soon
0.4.1 is released and should fix this
In the following test scenario (derived from a production failure), an unauthed HTTP function creates and updates a simple document. The HTTP call succeeds, but the event handler fails repeatedly (attached screencap).
The code will succeed if I pin the firebase_functions requirement to 0.2.0 and redeploy.
Sample code:
requirements.txt
main.py
: