MCPcopy Create free account
hub / github.com/firebase/quickstart-js / startSignIn

Function startSignIn

auth/chromextension/credentials.js:82–89  ·  view source on GitHub ↗

* Starts the sign-in process.

()

Source from the content-addressed store, hash-verified

80 * Starts the sign-in process.
81 */
82function startSignIn() {
83 document.getElementById('quickstart-button').disabled = true;
84 if (firebase.auth().currentUser) {
85 firebase.auth().signOut();
86 } else {
87 startAuth(true);
88 }
89}
90
91window.onload = function() {
92 initApp();

Callers

nothing calls this directly

Calls 1

startAuthFunction · 0.85

Tested by

no test coverage detected