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

Function getCodeFromUserInput

auth/phone-invisible.ts:153–155  ·  view source on GitHub ↗

* Reads the verification code from the user input.

()

Source from the content-addressed store, hash-verified

151 * Reads the verification code from the user input.
152 */
153function getCodeFromUserInput() {
154 return verificationCodeInput.value;
155}
156
157/**
158 * Reads the phone number from the user input.

Callers 2

onVerifyCodeSubmitFunction · 0.70
updateVerifyCodeButtonUIFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected