-
### [REQUIRED] Environment info
**firebase-tools:**
PS C:\Users\github> firebase --version
13.27.0
**Platform:**
Windows 11
### [REQUIRED] Test case
Put the …
-
Got a notification from GCP team:
Starting January 15, 2025, Cloud Run will begin explicitly verifying that users or service accounts creating or updating Cloud Run resources have the permission to a…
-
### Description
## **Expected**
I expect my `helloWorld` firebase function to execute when called from `functions.httpsCallable("helloWorld").call()` in my Swift code. I only want people who inst…
-
I've just been following the standard setup script using the recommended settings via `cr_setup()` for a new project on Google Cloud; unfortunately `cr_setup_test("plumber")` failed with the following…
-
I wanted to kick off a job in my GKE cluster from a Google Cloud Function reacting to changes in Cloud Storage. Since there's no `.kube/config` it wasn't clear to me how to do that with the new fromKu…
-
`{ Error: read ECONNRESET at exports._errnoException (util.js:1020:11) at TLSWrap.onread (net.js:568:26) code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read' }`
Receiving the above error when t…
-
Any plans to support Google Cloud functions similar to the way Lambda is supported?
If you have an idea of what would need to be done to do this I can potentially help with a PR.
Thanks.
-
### Go version
go version devel go1.24-2b33434287 Fri Nov 8 01:06:04 2024 +0000 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOAUTH='netrc'
…
-
The docs mention that you can integrate fastify like this:
```ts
const fastify = require("fastify")({
logger: true,
})
const fastifyApp = async (request, reply) => {
await registerRoutes…
0x80 updated
4 months ago
-
Did some preliminary research, there seem to be:
1. **Http functions.** These are a distinct type of function, and will need separate JVM and JS implementations. The JS implementation can use the [no…