peirvine / frolf-manager

GNU General Public License v3.0
0 stars 0 forks source link

Figure out a way for local dev to hit a different database #28

Open peirvine opened 10 months ago

peirvine commented 10 months ago

When the season starts, we'll need to be careful with data that is in the system. For this reason when we are doing local dev we should figure out a way for the app to just know that it's local and then instead of hitting the production database, we hit testing/database which is a clone of everything that is there right now.

peirvine commented 9 months ago

Firebase has emulators, try setting this up if bored