craigm26 / bike-bus

An App to help organize and plan BikeBus routes
https://bikebus.app
GNU General Public License v3.0
6 stars 0 forks source link

Effort to better centralize authentication to its context #68

Closed iatenine closed 8 months ago

iatenine commented 8 months ago

lots of duplicate and non-synchronized sources of truth here. PR focuses exclusively on improving App.tsx to use a more direct approach in the component (using the React lifecycle to automatically trigger rerenders when the context provider updates rather than a series of useEffect hooks) and expanding the scope of AuthContext.js to manage any calls to FireBase for user info