MCPcopy Create free account
hub / github.com/firebase/codelab-friendlychat-web / initFirebaseAuth

Function initFirebaseAuth

web/src/index.js:68–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers 1

index.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected