Skip to content

Installation

github-actions[bot] edited this page Jan 3, 2026 · 2 revisions

Installation

Prerequisites

  • Node.js (>= 20)
  • NestJS (>= 9)

Steps

  1. Install the package using npm:
npm install @alpha018/nestjs-firebase-auth firebase-admin

or yarn:

yarn add @alpha018/nestjs-firebase-auth firebase-admin
  1. Important: Obtain your Firebase Service Account credentials JSON file from the Firebase Console (Project Settings > Service accounts). You will need this for configuration.

Clone this wiki locally