tangoclinh1995 / thehonorclub-mobileapp

The Honor Club's Mobile App Project for COMP 3111H
2 stars 1 forks source link

Oauth - Modified firebaseAuthInstance to fetch user data from localStorage, same API #73

Closed jshin49 closed 7 years ago

jshin49 commented 7 years ago

Modified firebaseAuthInstance to fetch user data from localStorage, same API

jshin49 commented 7 years ago

This PR is essential to all Controllers that user $firebaseAuthInstance, as this will actually return the currentUser whenever it's in localStorage.

jshin49 commented 7 years ago

Please review this ASAP