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

Function getPhoneNumberFromUserInput

auth/phone-invisible.ts:160–162  ·  view source on GitHub ↗

* Reads the phone number from the user input.

()

Source from the content-addressed store, hash-verified

158 * Reads the phone number from the user input.
159 */
160function getPhoneNumberFromUserInput() {
161 return phoneNumberInput.value;
162}
163
164/**
165 * 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