quickstart-nodejs icon indicating copy to clipboard operation
quickstart-nodejs copied to clipboard

Results 18 quickstart-nodejs issues
Sort by recently updated
recently updated
newest added

Brought to you by your friendly [Repository Gardener](https://github.com/GoogleCloudPlatform/repository-gardener).

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobufjs&package-manager=npm_and_yarn&previous-version=6.11.3&new-version=6.11.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.2 to 6.9.9. Release notes Sourced from nodemailer's releases. v6.9.9 6.9.9 (2024-02-01) Bug Fixes security: Fix issues described in GHSA-9h6g-pr28-7cqp. Do not use eternal matching pattern if...

dependencies

I would like to set the session lifetime for the client to 6 hours. And if the user logged in and did not take any action during this time, then...

Bumps [pnpm](https://github.com/pnpm/pnpm) from 8.5.1 to 8.6.8. Release notes Sourced from pnpm's releases. v8.6.8 Patch Changes When the same file is appended multiple times into a tarball, the last occurrence is...

dependencies

Every time I do a new deploy, all users are disconnected in the web version How do I keep users logged in even if the server is updating?

When I run "node config/index.js get", it was actually executed successfully, but it does not exit. Shall we need to add "finally" block like the following? ```node.js function getTemplate() {...

So while I appreciate the quickstart examples, they seem to be lacking in how you'd go about testing existing functions/triggers. I'm not sure if that's where `firebase-functions-test` comes into play....

``` [email protected] install /mnt/c/Users/500401/Documents/firebase/quickstart-nodejs/firestore-emulator/javascript-quickstart/node_modules/grpc > node-pre-gyp install --fallback-to-build --library=static_library node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp WARN Pre-built binaries not installable for [email protected] and [email protected] (node-v64 ABI, glibc)...