()
| 66 | |
| 67 | // Initialize firebase auth |
| 68 | function initFirebaseAuth() { |
| 69 | // Listen to auth state changes. |
| 70 | onAuthStateChanged(getAuth(), authStateObserver); |
| 71 | } |
| 72 | |
| 73 | // Returns the signed-in user's profile Pic URL. |
| 74 | function getProfilePicUrl() { |