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

Function getPhoneNumberFromUserInput

auth/phone-visible.ts:161–163  ·  view source on GitHub ↗

* Reads the phone number from the user input.

()

Source from the content-addressed store, hash-verified

159 * Reads the phone number from the user input.
160 */
161function getPhoneNumberFromUserInput() {
162 return phoneNumberInput.value;
163}
164
165/**
166 * Returns true if the phone number is valid.

Callers 2

onSignInSubmitFunction · 0.70
isPhoneNumberValidFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected