Skip to content

GitHub Action to deploy Firebase Functions

Actions
Wraps the firebase-tools CLI to deploy functions
v2
Latest
Star (1)

Tags

 (1)

Deploy to Firebase Functions

A GitHub Action to deploy to Firebase Functions

  • Make sure you have the firebase.json file in the repository
  • Get the Firebase token by running firebase login:ci and store it as the FIREBASE_TOKEN secret

Example workflow

name: Firebase
on:
  push:
    branches:
    - master
jobs:
  main:
    name: Deploy
    runs-on: ubuntu-latest
    steps:
    - name: Check out code
      uses: actions/checkout@master
    - name: Deploy to Firebase
      uses: Accelery/firebase-deploy-functions-action@v2
      env:
        FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}

GitHub Action to deploy Firebase Functions 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

Wraps the firebase-tools CLI to deploy functions
v2
Latest

Tags

 (1)

GitHub Action to deploy Firebase Functions 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.