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

Move Add Friend Functionality to FirebaseHelper class #26

Closed BlakePatterson closed 2 years ago

BlakePatterson commented 2 years ago

Adding a friend should follow the following flow:

  1. When user clicks dropdown menu item, openAddFriendDialog should be called and the dialog should be opened
  2. When the user hits the confirm button, the input should be read from the dialog and MapActivity.addFriend should be called
  3. Map.addFriend should call FirebaseHelper.addFriend
  4. FirebaseHelper.addFriend should post the friend to the database