10.5.0 • Published 25 days ago

nestjs-firebase v10.5.0

Weekly downloads
181
License
MIT
Repository
-
Last release
25 days ago

nestjs-firebase

Actions Status npm version

Install

npm install nestjs-firebase

Usage

@Module({
  imports: [
    FirebaseModule.forRoot({
      googleApplicationCredential: "path/to/credential file.json",
    }),
  ],
})
export class AppModule {}

// using in service class
export class Service {
  constructor(
    @InjectFirebaseAdmin() private readonly firebase: FirebaseAdmin,
  ) {}
}

Contributing

PRs accepted.

License

MIT © g59

10.5.0

25 days ago

10.4.0

3 months ago

10.2.0

7 months ago

10.3.0

6 months ago

10.1.0

8 months ago

10.0.0

11 months ago

9.0.0

1 year ago

8.2.3

2 years ago

8.2.2

2 years ago

8.2.1

2 years ago

8.2.0

2 years ago

8.1.0

3 years ago

8.0.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.4

4 years ago