Create and Connect Firestore Users With Favourite Study Spots
Closes #27 (closed) What this PR addresses:
- Creates the firestore database for users and their favourite study spots
- Adds the favourite study spots list into the view model and model
- Adds functionality of a user can add, delete a study spot, and get favourite study spots
- Within the study spot description: there is a favourites button which reflects if that study spot is a favourite study spot and allows the user to toggle with a button between a favourite and non-favourite study spot
- Based off what the user does (toggles study spots), it would be reflected into the database with the users' ids of study spots ids
Edited by Julianne Jorda