All Questions
4 questions
0
votes
0
answers
97
views
Permission Denied Error for Firebase Cloud Function Login Endpoint
I have recently implemented a sign-up and login functionality using Firebase Cloud Functions. The sign-up part is working flawlessly, using the following code:
exports.signup = functions.https.onCall(...
2
votes
0
answers
2k
views
failed HandshakeException: Connection terminated during handshake error in http package when I using firebase function
I'm using http package to get the firebase cloud function data, I'm getting error in the console as
failed HandshakeException: Connection terminated during handshake
I added internet permission in ...
1
vote
2
answers
231
views
Receiving Variables in Python Cloud Function from Flutter App
I am trying to send variables from my flutter app through a http trigger to a python script on google cloud functions.
I can successfully trigger the function but my function does not receive the ...
6
votes
1
answer
972
views
Flutter Firebase cloud_functions package throws error: INTERNAL
When trying to make a call to a Cloud Function I get a "CloudFunctionsException"
The code of the exception is "INTERNAL
The message is "Response is not valid JSON object."
Describe the bug
To ...