firebase-admin-node icon indicating copy to clipboard operation
firebase-admin-node copied to clipboard

Firebase Admin Node.js SDK

Results 317 firebase-admin-node issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Not applicable. **Describe the solution you'd like** I need to be able to cancel a task that was enqueued, like...

type: feature request
api: functions

### [REQUIRED] Step 2: Describe your environment * Operating System version: macOS Monterey 12.4 * Firebase SDK version: 11.3.0 * Firebase Product: Firestore * Node.js version: v16.14.2 * NPM version:...

api: firestore

Bumps [@firebase/database-compat](https://github.com/firebase/firebase-js-sdk/tree/HEAD/packages/database-compat) from 0.2.3 to 0.2.4. Changelog Sourced from @​firebase/database-compat's changelog. 0.2.4 Patch Changes 65838089d #6374 (fixes #6368) - Updated type of action parameter for DataSnapshot#forEach Updated dependencies [65838089d]: @​firebase/database@​0.13.4...

dependencies

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.28.7 to 7.29.0. Changelog Sourced from @​microsoft/api-extractor's changelog. 7.29.0 Wed, 03 Aug 2022 18:40:35 GMT Minor changes Upgrade TypeScript dependency to 4.7 Commits 7810ade Bump versions [skip...

dependencies

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.32.0 to 5.33.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.33.0 5.33.0 (2022-08-08) Bug Fixes eslint-plugin: [no-extra-parens] handle await with type assertion (#5428) (e03826f) website: add explicit frontmatter...

dependencies

Bumps [@firebase/database-types](https://github.com/firebase/firebase-js-sdk/tree/HEAD/packages/database-types) from 0.9.11 to 0.9.12. Changelog Sourced from @​firebase/database-types's changelog. 0.9.12 Patch Changes 65838089d #6374 (fixes #6368) - Updated type of action parameter for DataSnapshot#forEach Commits a80e29c Version Packages...

dependencies

Bumps [del](https://github.com/sindresorhus/del) from 6.1.1 to 7.0.0. Release notes Sourced from del's releases. v7.0.0 Breaking Require Node.js 14 (#143) 106d7d8 This package is now pure ESM. Please read this. Moved from...

dependencies

### Description This PR will allow customize the retry config, or completely disable it by passing the `RetryConfig` or `disableRetry` in Firebase App initializating options as following: _New Firebase App...

**Is your feature request related to a problem? Please describe.** I have two projects in Google Cloud: `project-a`, which hosts Firebase stuff such as user authentication, and `project-b`, which contains...

type: feature request
api: core

### Environment I'm using ubuntu 21 Firebase-admin 10.2.0 node v16 #### Steps to reproduce: 1. In the web app, sign in with your firebase user credentials (email/password in my case)...

needs-triage