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

Function clearAppVerifier

auth/mfa-password.ts:551–557  ·  view source on GitHub ↗

* Clears the application verifier.

()

Source from the content-addressed store, hash-verified

549 * Clears the application verifier.
550 */
551function clearAppVerifier() {
552 if (recaptchaVerifier) {
553 recaptchaVerifier.clear();
554 recaptchaVerifier = null;
555 }
556 recaptchaWidgetId = null;
557}
558
559/**
560 * Clears the multi-factor dialog.

Callers 2

updateMfaDialogFunction · 0.85
clearMfaDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected