Firestore Emulator
ActionsTags
(2)Creates a backend Firestore emulator for testing purposes
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.