Skip to content

discussions Search Results · repo:firebase/functions-samples language:Python

25 results
 (86 ms)

25 results

infirebase/functions-samples (press backspace or delete to remove)

Support for Golang? With the industry pivoting towards Go because of the performance benefits, why doesn t firebase functions allow me to deploy using go as the language? What s the solution now, do I ...

I am trying to setup a firebase function with authentification trigger, i ve followed the documentation but nothing work, i am using v1 functions because authentification trigger is not yet supported for ...

I have the following main.py firebase function which I am trying to deploy using firebase deploy But when I curl the firebase endpoint I get a 404 error: curl -v https://us-central1- project-id .cloudfunctions.net/test ...
  • mnjuhnposted
    on Nov 16, 2024
  • 1

I learned to write Firebase cloud functions based off the youtube firecasts videos. So it s kind of discouraging to see so much of the samples are in Javascript while Typescript is actually what s recommended ...

Hi there, it s unclear how to deploy any of the function samples with Terraform. My use case is to event from Firestore. Do you have any samples like that with Terraform, please?

Where is the documentation for Realtime Database inside Cloud Function?

Good afternoon There is an iOS application that receives push notifications; for this purpose, a server part was created in node.js with Firebase cloud functions. There is a standard synchronous function ...
  • kvigonposted
    on Oct 30, 2023
  • 0

Hello, I am looking for an example project like this one but using the Realtime Databse, instead of Firestore. More specifically (If its possible): - I m looking for a project which makes stripe subscriptions ...

Error: EROFS: read-only file system, open metadata.json at Object.openSync (fs.js:498:3) at Object.writeFileSync (fs.js:1524:35) at /workspace/index.js:113:8 at Layer.handle [as handle_request] (/workspace/node_modules/express/lib/router/layer.js:95:5) ...

I deployed the cloud function according to the sample for message-translation. However, none of the messages got translated. What was shown in the firebase console logs was simply Function execution took ...