-
We could run this, but I'm not sure we should be using the request and response object or not? Thanks for any pointers!
```
exports.helloWorld = functions.https.onRequest((request, response) => {
…
-
### Describe your environment
* Operating System version: OSX (and in the cloud environment)
* Firebase SDK version: ^11.11.0
-
### [REQUIRED] Version info
**node:** v16.13.1
**firebase-functions:** 4.0.0-rc.0 (also reproduced with 3.24.1)
**firebase-tools:** N/A (in yarn.lock)
**firebase-admin:** 1…
maoo updated
8 months ago
-
### Description
I want to add google firebase authentication for smooth sign in process without email password
I will google button for "continue with google" and functions.
User can directly sign …
-
-
**Is your feature request related to a problem? Please describe.**
Concurrency sometimes is important...
E-Com Plus and integrated solutions webhooks may occur almost at the same time, and it comes …
-
## Overview ##
Add Firebase Functions to retrieve/update data from Firebase Realtime Database:
1. Install Firebase Functions as an npm package. Reference: https://firebase.google.com/docs/web/setup
…
-
Firebase functions will not work with node:8.0
Downgrading node to 6.10 helped to solve this issue. It will be worth to mention **this in bold in this codelab.**
Thank you for your work!
This i…
-
It would be great to be able to upgrade to Cloud Functions v2 because they have less cold starts.
-
### Environment
Node v20.13.1
npm 10.5.2
Nuxt "^3.10.0"
### Reproduction
By following the instructions of : https://nuxt.com/deploy/firebase with a new project, observe the creation of index.html…