wbelhomsi / emergent-lebanon

0 stars 1 forks source link

Mock the firebase Responses #1

Open wbelhomsi opened 4 years ago

mallocassi commented 4 years ago

We could potentially look at local firebase development, these could possibly help: https://firebase.google.com/docs/hosting/deploying) https://firebase.google.com/docs/emulator-suite/install_and_configure

An option would also be to dockerize the app along with Firebase tools (emulator suite?) for local development, ex: https://hub.docker.com/r/devillex/docker-firebase/dockerfile

wbelhomsi commented 4 years ago

That would be nice too, are you free to volunteer for this or do you prefer more frontend development?

mallocassi commented 4 years ago

I'll try to get something working here - I still don't have access to the firebase project but hopefully I'll have that soon

mallocassi commented 4 years ago

Started by adding Dockerfile and Makefile for local development. The Dockerfile includes an image for Firebase-CLI but it has not been tested yet.