Sign inSign up

nicolascbv/local-fire

By nicolascbv

Updated over 2 years ago

A lightweight docker image used to run Firestore databases locally for development purposes!

Image
0

1.6K

nicolascbv/local-fire repository overview

LOCAL FIRE - A lightweight Firestore Docker image

WELCOME

This Docker image is totally focused on running the Firestore database locally for development and testing purposes. Feel free to suggest some new features or to enjoy this application.

HOW TO USE

Simply run the following command to pull out the image from the dockerhub

docker pull nicolascbv/local-fire:latest

After that, you can run your application and connect with this command:

docker run -d -p 8080:8080 nicolascbv/local-fire:latest

Tag summary

Content type

Image

Digest

sha256:b8caa7773

Size

182.7 MB

Last updated

over 2 years ago

docker pull nicolascbv/local-fire