Ryan-Korteway / GVSSS

The Grand Valley Bandwagon Repository for use by Team Uberish during their CIS 467 Capstone Course
Apache License 2.0
0 stars 0 forks source link

Integrate Profile Management and Data Storage API #11

Closed nickheady closed 7 years ago

nickheady commented 7 years ago

Write the code that implements data storage for user profiles, including any authorization requirements with keys, etc.

Ryan-Korteway commented 7 years ago

Once the UI is in place for account creation and sign in, I should be able to make the model/view controller back end code that will allow for use to store stuff to firebase profile wise

As for profile management, if we go with the account creation and log in via email addresses and passwords, Firebase automates that for us as well once we implement the right "click here for forgotten passwords" links etc in the app itself.