1.14.1 • Published 4 years ago

@mammay/firebase-admin v1.14.1

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

:bulb: See CONFIGURE_TEMPLATE.md to configure this template. Then, remove the file and this advise.

:books: See complete documentation

An exhaustive description of the library.

:notebook: Summary

:package: Installation

  • :cat2: Using Nest CLI:
nest add @mammay/firebase-admin
  • :package: Using Package Manager:
npm install --save @mammay/firebase-admin

:wrench: Setup

Explain your library setup.

import { Module } from '@nestjs/common';
import { FirebaseAdminModule, LibraryNameConfig } from '@mammay/firebase-admin';

const CONFIG: LibraryNameConfig = {
  value: 'Awesome!'
}

@Module({
  imports: [
    ...
    FirebaseAdminModule.register(CONFIG)
  ],
  controllers: [ ... ],
  providers: [ ... ],
})
export class AppModule {}

:control_knobs: Config

ValueTypeDefaultDescription
valuestring<DEFAULT>A powerful value

:books: Usage

Explain your library usage.

LibraryNameService

A service with an awesome & helpul functionallity.

MethodSignatureDescription
printConfigconfig: LibraryNameConfigPrints a provided configuration

:art: Schematics

Invoke Schematics using:

nest g <schematic> [params] --collection @mammay/firebase-admin

demo

Prints a cute cat.

ParameterTypeDefaultDescription
catTypestringDefaultType of cat to print.
1.14.1

4 years ago

1.14.0

4 years ago

1.13.0

4 years ago

1.12.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago