Python support for firebase cloud functions #5701
Unanswered
jdeltoft
asked this question in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to be able to deploy the cloud functions with python3, and then be able to use the flutterfire helper functions to call those https functions and get the response.
https://firebase.flutter.dev/docs/functions/usage/
Right now I have progressed to the point where I call them like this:
and then I get a response of:
[VERBOSE-2:ui_dart_state.cc(186)] Unhandled Exception: [firebase_functions/internal] Response is missing data field.
See this post from stackoverflow:
https://stackoverflow.com/questions/57149078/firebase-cloud-functions-using-python
and this:
https://stackoverflow.com/questions/57711368/callable-cloud-function-error-response-is-missing-data-field
I added a question there. Is this ever on the roadmap to add python3 wrappers in flutterfire?
Beta Was this translation helpful? Give feedback.
All reactions