RychardHunt / Fyt

Personal Workout Application
2 stars 5 forks source link

Add Logout Functionality #105

Closed RychardHunt closed 5 years ago

RychardHunt commented 5 years ago

name: 🚀 Add Logout Functionality about: Implemented Firebase Logout

Pull Request

Related Issue resolve #104

Describe the solution you implemented Firebase authentication and then reset redux state to initial state.

Describe alternatives you've considered None, we need to use firebase authentication since that's what we used for signup and login.

How Has This Been Tested? Manually

Screenshots Logged in user with the filled profile 58461868_3178288148863894_3652721513171255296_n After Clicking Logout 58373397_2717560635137211_7352465509415124992_n Post Logout 58378867_2261769053845542_7665389568106954752_n

Types of Changes