Using The GCP Firestore Emulator for Local Go Application Development

Pascal Zwikirsch
Level Up Coding
Published in
5 min readJul 19, 2021

--

This article should provide a short introduction to using the GCP Firestore emulator on your local machine to develop your Go application instead of using an actual GCP project.

Photo by Headway on Unsplash

Requirements for this short tutorial

  • Working Go Environment
  • Installed gcloud SDK

--

--