BlakePatterson / Foodie-Go

A Pokemon Go like application focused on keeping foodies connected and introducing them to new locations to eat!
1 stars 0 forks source link

Create Login Screen #4

Open BlakePatterson opened 2 years ago

BlakePatterson commented 2 years ago

Create the Login Screen:

  1. Design the layout for the login screen & implement it in a layout file (including a dialog for account creation)
    1. Collect the following information for new accounts (and for logging in just collect username + password):
      • First Name
      • Last Name
      • username
      • password (have them enter it twice)
  2. Connect codebase to Firebase (see other task for Firebase info)
  3. Write logic to publish new accounts to Firebase & login to Firebase
  4. Upon creating an account on Firebase, launch MapActivity
  5. Add a dropdown menu item to MapActivity to logout