sceee

Results 31 issues of sceee

### What problem is this solving Firebase recently introduced the [modular web SDK](https://firebase.google.com/docs/web/modular-upgrade), currently in beta. One of its goals is to reduce the footprint of the lib allowing tree...

feature request

Is it possible to use `withConverter` to convert streaming data from Firestore directly within a `firestoreAction` action so that objects can be transformed/converted to custom types? I tried it but...

feature request
firestore

When I try to run any shipit command, for example `shipit --environments``, I get the following error: ``` shipit --environments Could not load async config ...\AppData\Roaming\npm\node_modules\shipit-cli\lib\cli.js:117 throw error; ^ TypeError:...

bug

### Extension name This feature request is for extension: **firestore-send-email** ### What feature would you like to see? The following issue describes an issue where the extension fails to connect...

type: feature request

### Version info **firebase-functions-test:** 2.2.0 **firebase-functions:** 3.21.2 **firebase-admin:** 11.0.0 ### Test case n/a, peer dependency warning emitted by npm 8. Relates to https://github.com/firebase/firebase-functions/issues/1147 . ### Steps to reproduce Update `firebase-admin`...

### [REQUIRED] Environment info **firebase-tools:** 11.6.0 **Platform:** Windows, Ubuntu, Mac ### [REQUIRED] Test case Have a Callable Cloud Function and call ``` functions.logger.info(`Functions Emulator: ${process.env.FUNCTIONS_EMULATOR}`) ``` within this cloud function....

bug

In the past, I used a setup as described here: https://github.com/kurtsson/jekyll-multiple-languages-plugin/issues/86#issuecomment-504036422 https://github.com/kurtsson/jekyll-multiple-languages-plugin/issues/103#issuecomment-348709528 Previously, I used a config like this ``` languages: ["en", "en", "de"] ``` to generate a folder structure...

In the past, I used the setup I also described [here](https://github.com/kurtsson/jekyll-multiple-languages-plugin/issues/186): Have a default language be put to root **and** in a separate language folder: ``` index.html // English index...

I want to execute E2E tests in scope of the Firebase emulators. Therefore, in my Github Actions `yml`, I define the following test step: ``` ... (Install dependencies etc. using...

### Operating System Windows ### Browser Version - ### Firebase SDK Version 10.8.0 ### Firebase SDK Product: Firestore ### Describe your project's tooling Node JS Cloud Functions accessing firestore ###...

question
api: functions
needs-attention
testing-sdk