Brad-Davidson / MealPlanner

0 stars 1 forks source link

Convert from a firebase collection to a local room database. #51

Open Brad-Davidson opened 3 years ago

Brad-Davidson commented 3 years ago

Since we are not leveraging cloud resources, there is no real point in relying on an internet connection. We should simply store data locally in a room database so that the app can be used without having the user log in. (In the future this may need to change back to firebase, but for now this way should be better).