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

Firebase Admin Module for Nest.js Framework

Results 50 nestjs-firebase-admin issues
Sort by recently updated
recently updated
newest added

Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.5.2 to 7.6.15. Commits b3fb080 chore(@nestjs) publish v7.6.15 release f76534b fix(microservices): when host present, ignore default url (redis) 2208a87 fix(microservices): when host present, ignore default url (redis)...

dependencies

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 24.3.0 to 26.5.3. Changelog Sourced from ts-jest's changelog. 26.5.3 (2021-03-03) Bug Fixes config: create fallback jest config when jest config is undefined (#2421) (0fb6b45), closes #2085 remove...

dependencies

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.3 to 10.5.4. Release notes Sourced from lint-staged's releases. v10.5.4 10.5.4 (2021-02-05) Bug Fixes concurrent option is not working correctly (#950) (4383815) Commits 4383815 fix: concurrent option...

dependencies

Bumps [supertest](https://github.com/visionmedia/supertest) from 4.0.2 to 6.1.3. Release notes Sourced from supertest's releases. v6.1.3 Merge pull request #705 from janthoe/master 8b0bf4d fix: Check error object before updating stack. (Fixes #700) b628d34...

dependencies

I've incorporated Firebase Auth into my NestJS product. It requires `firebase-admin` and I include like such: **main.ts** ```ts import { NestFactory } from "@nestjs/core"; import { AppModule } from "app.module";...

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.13.5 to 18.11.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=13.13.5&new-version=18.11.3)](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 [firebase-admin](https://github.com/firebase/firebase-admin-node) from 9.7.0 to 11.2.0. Release notes Sourced from firebase-admin's releases. Firebase Admin Node.js SDK v11.2.0 New Features feat(auth): Support sms region config change on Tenant and Project level...

dependencies

When trying to run a docker with nest ^9 and @aginix/[email protected] you get the next error Could not resolve dependency: #8 3.775 npm ERR! peer @nestjs/common@"^7.1.2" from @aginix/[email protected] #8 3.776...

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.0 to 16.0.3. Changelog Sourced from dotenv's changelog. 16.0.3 (2022-09-29) Changed Added library version to debug logs (#682) 16.0.2 (2022-08-30) Added Export env-options.js and cli-options.js in package.json...

dependencies

Lots of open PRs and issues that are very old. No support for Nest 9 and 10. Seems like there would probably be others who would be willing to put...