jacobg

Results 138 comments of jacobg

Would this work in local-only mode, without using cloud backend? I want to handle my own syncing to my own cloud service.

``` firebase_functions~=0.1.1 ``` Oh, does 0.1.2 fix this issue? https://github.com/firebase/firebase-functions-python/pull/137/files

Not sure it's fixed, but checking.... The issue you linked is for firestore, but my error is in pubsub function.

From examining the firebase-functions-python code and commits, it doesn't seem fixed but maybe I'm missing something. Is your understanding that the issue is also fixed for pubsub functions?

Hi @exaby73 I have not seen the error since bumping to 0.1.2, but I'm not sure that's a proof because it only happened once to me in the old version....

Anything new on this merge request? Brevo seems a bit slow to move forward with their tech stack.

Oh didn't realize that's Python 3. I'm on 2.7 :(