firebase-functions icon indicating copy to clipboard operation
firebase-functions copied to clipboard

Firebase SDK for Cloud Functions

Results 139 firebase-functions issues
Sort by recently updated
recently updated
newest added

### Related issues ### [REQUIRED] Version info **node:** **firebase-functions:** 3.22.0 **firebase-tools:** **firebase-admin:** 10.3.0 ### [REQUIRED] Test case N/A ### [REQUIRED] Steps to reproduce 1. add `.runWith({ invoker: "allUsers" })` to...

needs-triage

Hi all! Thanks for Firebase Functions, it's great! I recently tried to set up a Firebase Cloud Function to trigger on a Realtime Database owned by a different project: the...

type: feature request
api: database

By changing the types we allow inside the GlobalOptions parameter of the various CF3 setup functions, we automatically plumb them through to the ManifestSpec. Derived from #1168, which was busted...

We at Firebase don’t always develop in the open. It’s easier to test with a limited audience and then announce it more broadly with a PR splash. Today we’re going...

Adds schedule triggers to the v2 namespace. - Replaces pub/sub with an http underlying function - Updated syntax to match with the other v2 triggers This change does not add...

DO NOT MERGE

### Description As discussed in https://github.com/firebase/firebase-tools/issues/4862 it's not possible to disable cors in v2 functions when running in the emulator, because the emulator enables the debug feature for cors overriding...

We have a weird edge case where an authorization in form we don't recognize will completely skip the auth check. The fix here applies 2 changes: 1) We allow 'Bearer...

I've [tweeted](https://twitter.com/gustavo_pch/status/1551594881063305216) about this and @mbleigh instructed me to file a feature request in the repo, so: I know that Cloud Tasks sends the HTTP request with a header `X-CloudTasks-TaskRetryCount`....

type: feature request

Could anyone help me understand if this is a bug or expected? When i try to fail a firestore trigger function i see the same error show up 2 times...

infrastructure

We rely on a now deprecated feature of typedoc for theming v1 reference docs. Unfortunately, the new version of typedoc completely remove support for theming the way it is done...