Thomas Bouldin
Thomas Bouldin
[Refiling for user @sun3 from https://github.com/firebase/functions-samples/issues/181] Feature Request: The ```user.sendEmailVerification()``` needs to be supported by Firebase Cloud Functions. This is available in client side but not server side. When using...
https://github.com/firebase/firebase-tools/issues/3891 seems to have a root cause in the functions framework. To reproduce without Firebase: ``` const express = require('express'); const app = express(); app.get('/404', (req, res) => res.send('failed to...
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...
Implements go/cf3-typed-params. WIP: currently only common and v2 are implemented. Had to update `prettier` to the next major version so it could read TS 4.1 features without erroring out. I...
This is not for a feature launching at the summit and does not need to be checked in until after we thaw. Previously the run rewrites used a splat operator...
The admin SDK does/will read the CloudEvent source field from an environment variable so that firebase can inject an experiment ID, function ID, or service ID rather than requiring customers...
- Factors out Runtimes into a new file so that they can be imported into firebaseConfig.ts and have a single source of truth and prevent the error encountered in https://github.com/firebase/firebase-tools/issues/6774#issuecomment-1953399977...
DO NOT MERGE UNTIL API COUNCIL HAS APPROVED THE CHANGE Adds a default-on experiment that can be turned off to prevent functions from cleaning up old images. Will unblock customers...
**Is your feature request related to a problem? Please describe.** YAML documents often have a structure with known key types turning into known value types. The current YAMLMap type is...