Skip to content

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

Notifications You must be signed in to change notification settings

ssssota/setup-firebase-tools

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)