Skip to content

mickfeech/firestore-emulator-action

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

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published