Sign inSign up

stellirin/firestore

By stellirin

Updated almost 6 years ago

Firestore Emulator

Image
0

228

stellirin/firestore repository overview

Firestore Emulator

Easy emulation for local development on Kubernetes.

The emulator tag simply wraps the official Firestore emulator into a container.

Firestore Emulator Deployment

apiVersion: apps/v1
kind: Deployment
metadata:
  name: firestore
  labels:
    app: firestore

spec:
  replicas: 1
  selector:
    matchLabels:
      app: firestore
  template:
    metadata:
      labels:
        app: firestore
    spec:
      containers:
      - name: firestore
        image: stellirin/firestore:emulator
        imagePullPolicy: Always
        ports:
          - name: firestore
            containerPort: 8080

Tag summary

Content type

Image

Digest

Size

427.6 MB

Last updated

almost 6 years ago

docker pull stellirin/firestore:emulator