ucsb-cs184-f24 / team05-GymFlow

0 stars 0 forks source link

HW02 (Auth + navigation) #1

Open Tommygithubaccount123 opened 4 days ago

Tommygithubaccount123 commented 4 days ago

When the app is opened, the user is prompted to sign in using at least one authentication method of choice (Google account, Meta account, email/pword account creation, github id, ...). You don't have to provide multiple methods but you can.

After signing in, the user lands on a starting page of your choice, and somewhere in your UI you should display the user's name/id/email (as returned by the sign-in process). This could be directly on the screen on one page or in some sort of "about" menu or dialog.

After signing in, the user should be able to navigate to another page by a navigation mechanism of your choice (using tabs at the bottom, a navigation menu, swiping, or any other way). This second page should show some different information from the first one (does not have to be related to the user).