Steelhacks-2023 / Lost-At-Pitt

Lost @ Pitt is a multi-platform lost-and-found tracking application, allowing users to return & reclaim lost items. Currently in development!
https://steelhacks-2023.github.io/Lost-At-Pitt/
6 stars 0 forks source link

Set up development & test databases #34

Closed tbeidlershenk closed 9 months ago

tbeidlershenk commented 9 months ago

Right now we have 1 database would ideally have one for testing that we can mess up and one for the deployed web app to connect to.

Potentially we could add another configuration in firebase_options.dart to connect to a test DB? @jeffzheng13 A sample repo we could look at as well, looks like they have two main.dart files that can be launched from https://github.com/lohanidamodar/flutter_firebase_starter