Sign Out with React and Firebase
This lesson is the final step in building our application's authentication process.
To complete the authentication loop, we have to implement the sign-out component. The component is just a button that appears within the Navigation component. Since we can use the previously-defined authentication API to sign out a user, passing functionality to a ...