MCPcopy Index your code
hub / github.com/firebase/quickstart-js / getCodeFromUserInput

Function getCodeFromUserInput

auth/phone-visible.ts:154–156  ·  view source on GitHub ↗

* Reads the verification code from the user input.

()

Source from the content-addressed store, hash-verified

152 * Reads the verification code from the user input.
153 */
154function getCodeFromUserInput() {
155 return verificationCodeInput.value;
156}
157
158/**
159 * 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