Connect Firestore data with app to render study spots
Closes #24 (closed) This PR addresses the following:
- Creates the Model, and View Model for the Study Spots which will handle with the integration of the Firestore database
- Updated the LoginScreen and SignupScreen to pass in correct parameters for the ListScreen (where the data is being rendered)
- Updated List Screen to observe the
studySpotViewModel
and render the study spots from the firestore database - Updated the StudySpot data class model, the description, and list item screen