Skip to content

Firestore Emulator

Actions
Starts a Firestore backend emulator
0.0.12
LatestPre-release
Star (1)

GitHub Action for Firestore Emulation

Creates a backend Firestore emulator for testing purposes

Usage

Example workflow file

name: Run tests

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    
    steps:
    - name: Git checkout
      uses: actions/checkout@v2
    
    - name: Start Firestore
      uses: mickfeech/firestore-emulator-action@0.0.12
      with: 
        fireStoreProjectID: project-test

Firestore Emulator 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

Starts a Firestore backend emulator
0.0.12
LatestPre-release

Firestore Emulator 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.