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

Function onSignInClick

auth/phone-simple.ts:25–31  ·  view source on GitHub ↗

* Function called when clicking the Login/Logout button.

()

Source from the content-addressed store, hash-verified

23 * Function called when clicking the Login/Logout button.
24 */
25function onSignInClick() {
26 window.open(
27 'phone-simple-popup.html',
28 '_blank',
29 'height=600px,width=450px,top=100px,left=100px',
30 );
31}
32
33/**
34 * Signs out the user when the sign-out button is clicked.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected