Skip to main content

All 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(...
Zahra's user avatar
  • 426
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 ...
Prasath S's user avatar
  • 4,394
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 ...
Jonathon King's user avatar
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 ...
codeThinker123's user avatar