0.2.1 • Published 4 months ago

nestjs-firebase-admin v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

codecov

CircleCI

Node.js build and publish package

Running Code Coverage

TypeScript Nestjs Free. Built on open source. Runs everywhere. GitHub Actions

Firebase Admin SDK for Nestjs :fire:

Installation

Install with yarn or npm: yarn or npm:

# yarn
yarn add nestjs-firebase-admin
# npm
npm i nestjs-firebase-admin --save
# pnpm
pnpm add nestjs-firebase-admin --save

Usage example

// common.module.ts
import { Module } from '@nestjs/common';

import { TypeOrmModule } from '@nestjs/typeorm';
import { AdminModule } from 'nestjs-firebase-admin';

import { CommonService } from './common.service';

@Module({
  imports: [
    AdminModule.register({
     credential: {
        projectId: 'my-project-id',
        clientEmail: 'my-client-email',
        privateKey: 'my-private-key',
      },
      databaseURL: 'https://my-project-id.firebaseio.com',
    }),
  ],
  providers: [CommonService],
})
export class CommonModule {}

🤝 Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

Or buy me a coffee 🙌🏾

📝 License

Copyright © 2023 Hebert F Barros. This project is MIT licensed.

0.2.1

4 months ago

0.0.84

7 months ago

0.2.0

6 months ago

0.1.9

7 months ago

0.0.82

8 months ago

0.0.83

8 months ago

0.0.77

11 months ago

0.0.78

10 months ago

0.0.79

10 months ago

0.0.80

9 months ago

0.0.81

9 months ago

0.0.76

1 year ago

0.0.75

1 year ago

0.0.74

1 year ago

0.0.73

2 years ago

0.0.72

2 years ago

0.0.71

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago