Skip to content

Deploy to Firebase Functions

Actions
A GitHub Action to deploy to Firebase Functions
v1.0.1
Latest
Star (4)

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: BIGG-Kaymo/deploy-firebase-functions@v1.0.1
      env:
        FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}

Deploy to 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

A GitHub Action to deploy to Firebase Functions
v1.0.1
Latest

Deploy to 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.