Skip to content

Setup firebase-tools

Actions
Setup Firebase CLI with auth settings
v1.0.0
Latest
Star (4)

setup-firebase-tools

This action provides the firebase-tools(CLI) with auth setting.

Usage

steps:
- uses: actions/checkout@v3
- uses: ssssota/setup-firebase-tools@v1
  with:
    firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
- run: firebase deploy

Inputs

  • firebaseServiceAccount: Firebase service account key (JSON)

Setup firebase-tools is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup Firebase CLI with auth settings
v1.0.0
Latest

Setup firebase-tools is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.