We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605a0df commit e488c5cCopy full SHA for e488c5c
packages/auth/lib/index.d.ts
@@ -241,11 +241,11 @@ export namespace FirebaseAuthTypes {
241
*/
242
export interface PhoneAuthState {
243
/**
244
- * The timeout specified in {@link auth#verifyPhoneNumber} has expired.
+ * SMS message with verification code sent to phone number.
245
246
CODE_SENT: 'sent';
247
248
- * SMS message with verification code sent to phone number.
+ * The timeout specified in {@link auth#verifyPhoneNumber} has expired.
249
250
AUTO_VERIFY_TIMEOUT: 'timeout';
251
0 commit comments