Skip to content

Commit

Permalink
docs: Added nestjs-firebase-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
hebertcisco committed Sep 19, 2022
1 parent f103890 commit 0a544bc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ import { CommonService } from './common.service';
@Module({
imports: [
AdminModule.register({
message: 'Hello World',
credential: {
projectId: 'my-project-id',
clientEmail: 'my-client-email',
privateKey: 'my-private-key',
},
databaseURL: 'https://my-project-id.firebaseio.com',
}),
],
providers: [CommonService],
Expand Down

0 comments on commit 0a544bc

Please sign in to comment.