@firebase/auth 0.19.7 → 0.19.8-canary.50de44c2e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/auth-public.d.ts +3 -2
  3. package/dist/auth.d.ts +3 -2
  4. package/dist/cordova/index.doc.d.ts +1 -1
  5. package/dist/cordova/index.js +2 -2
  6. package/dist/cordova/internal.js +2 -2
  7. package/dist/cordova/{popup_redirect-58dc2c45.js → popup_redirect-194657e6.js} +3 -6
  8. package/dist/cordova/popup_redirect-194657e6.js.map +1 -0
  9. package/dist/cordova/src/model/public_types.d.ts +3 -2
  10. package/dist/cordova/src/model/user.d.ts +1 -0
  11. package/dist/cordova/src/platform_react_native/persistence/react_native.d.ts +1 -1
  12. package/dist/esm2017/{index-cff4f2fd.js → index-bf1f8433.js} +3 -6
  13. package/dist/esm2017/index-bf1f8433.js.map +1 -0
  14. package/dist/esm2017/index.doc.d.ts +1 -1
  15. package/dist/esm2017/index.js +1 -1
  16. package/dist/esm2017/internal.js +2 -2
  17. package/dist/esm2017/src/model/public_types.d.ts +3 -2
  18. package/dist/esm2017/src/model/user.d.ts +1 -0
  19. package/dist/esm2017/src/platform_react_native/persistence/react_native.d.ts +1 -1
  20. package/dist/esm5/{index-22e07d1b.js → index-8a81cbfc.js} +3 -6
  21. package/dist/esm5/index-8a81cbfc.js.map +1 -0
  22. package/dist/esm5/index.doc.d.ts +1 -1
  23. package/dist/esm5/index.js +1 -1
  24. package/dist/esm5/internal.js +2 -2
  25. package/dist/esm5/src/model/public_types.d.ts +3 -2
  26. package/dist/esm5/src/model/user.d.ts +1 -0
  27. package/dist/esm5/src/platform_react_native/persistence/react_native.d.ts +1 -1
  28. package/dist/index.doc.d.ts +1 -1
  29. package/dist/index.webworker.esm5.js +2 -5
  30. package/dist/index.webworker.esm5.js.map +1 -1
  31. package/dist/node/{index-2e359668.js → index-fe37936f.js} +3 -6
  32. package/dist/node/index-fe37936f.js.map +1 -0
  33. package/dist/node/index.doc.d.ts +1 -1
  34. package/dist/node/index.js +1 -1
  35. package/dist/node/internal.js +1 -1
  36. package/dist/node/src/model/public_types.d.ts +3 -2
  37. package/dist/node/src/model/user.d.ts +1 -0
  38. package/dist/node/src/platform_react_native/persistence/react_native.d.ts +1 -1
  39. package/dist/node-esm/{index-1011747c.js → index-041a60d6.js} +3 -6
  40. package/dist/node-esm/index-041a60d6.js.map +1 -0
  41. package/dist/node-esm/index.doc.d.ts +1 -1
  42. package/dist/node-esm/index.js +1 -1
  43. package/dist/node-esm/internal.js +2 -2
  44. package/dist/node-esm/src/model/public_types.d.ts +3 -2
  45. package/dist/node-esm/src/model/user.d.ts +1 -0
  46. package/dist/node-esm/src/platform_react_native/persistence/react_native.d.ts +1 -1
  47. package/dist/rn/index.doc.d.ts +1 -1
  48. package/dist/rn/index.js +2 -2
  49. package/dist/rn/index.js.map +1 -1
  50. package/dist/rn/internal.js +1 -1
  51. package/dist/rn/{phone-49cc5af7.js → phone-83d15b50.js} +3 -6
  52. package/dist/rn/phone-83d15b50.js.map +1 -0
  53. package/dist/rn/src/model/public_types.d.ts +3 -2
  54. package/dist/rn/src/model/user.d.ts +1 -0
  55. package/dist/rn/src/platform_react_native/persistence/react_native.d.ts +1 -1
  56. package/dist/src/model/public_types.d.ts +3 -2
  57. package/dist/src/model/user.d.ts +1 -0
  58. package/dist/src/platform_react_native/persistence/react_native.d.ts +1 -1
  59. package/package.json +6 -6
  60. package/dist/cordova/popup_redirect-58dc2c45.js.map +0 -1
  61. package/dist/esm2017/index-cff4f2fd.js.map +0 -1
  62. package/dist/esm5/index-22e07d1b.js.map +0 -1
  63. package/dist/node/index-2e359668.js.map +0 -1
  64. package/dist/node-esm/index-1011747c.js.map +0 -1
  65. package/dist/rn/phone-49cc5af7.js.map +0 -1
@@ -587,7 +587,8 @@ export interface MultiFactorInfo {
587
587
  }
588
588
  /**
589
589
  * The subclass of the {@link MultiFactorInfo} interface for phone number
590
- * second factors. The factorId of this second factor is {@link FactorId.PHONE}.
590
+ * second factors. The `factorId` of this second factor is {@link FactorId}.PHONE.
591
+ * @public
591
592
  */
592
593
  export interface PhoneMultiFactorInfo extends MultiFactorInfo {
593
594
  /** The phone number associated with the current second factor. */
@@ -808,7 +809,7 @@ export interface PhoneMultiFactorEnrollInfoOptions {
808
809
  session: MultiFactorSession;
809
810
  }
810
811
  /**
811
- * Options used for signing-in with a second factor.
812
+ * Options used for signing in with a second factor.
812
813
  *
813
814
  * @public
814
815
  */
@@ -38,6 +38,7 @@ export interface UserParameters {
38
38
  isAnonymous?: boolean | null;
39
39
  emailVerified?: boolean | null;
40
40
  tenantId?: string | null;
41
+ providerData?: MutableUserInfo[] | null;
41
42
  createdAt?: string | null;
42
43
  lastLoginAt?: string | null;
43
44
  }
@@ -16,7 +16,7 @@
16
16
  */
17
17
  import { Persistence, ReactNativeAsyncStorage } from '../../model/public_types';
18
18
  /**
19
- * Returns a persistence object that wraps AsyncStorage imported from
19
+ * Returns a persistence object that wraps `AsyncStorage` imported from
20
20
  * `react-native` or `@react-native-community/async-storage`, and can
21
21
  * be used in the persistence dependency field in {@link initializeAuth}.
22
22
  *
@@ -1599,10 +1599,6 @@ class UserImpl {
1599
1599
  var { uid, auth, stsTokenManager } = _a, opt = __rest(_a, ["uid", "auth", "stsTokenManager"]);
1600
1600
  // For the user object, provider is always Firebase.
1601
1601
  this.providerId = "firebase" /* FIREBASE */;
1602
- this.emailVerified = false;
1603
- this.isAnonymous = false;
1604
- this.tenantId = null;
1605
- this.providerData = [];
1606
1602
  this.proactiveRefresh = new ProactiveRefresh(this);
1607
1603
  this.reloadUserInfo = null;
1608
1604
  this.reloadListener = null;
@@ -1617,6 +1613,7 @@ class UserImpl {
1617
1613
  this.photoURL = opt.photoURL || null;
1618
1614
  this.isAnonymous = opt.isAnonymous || false;
1619
1615
  this.tenantId = opt.tenantId || null;
1616
+ this.providerData = opt.providerData ? [...opt.providerData] : [];
1620
1617
  this.metadata = new UserMetadata(opt.createdAt || undefined, opt.lastLoginAt || undefined);
1621
1618
  }
1622
1619
  async getIdToken(forceRefresh) {
@@ -9136,7 +9133,7 @@ class PhoneMultiFactorGenerator {
9136
9133
  PhoneMultiFactorGenerator.FACTOR_ID = 'phone';
9137
9134
 
9138
9135
  var name = "@firebase/auth";
9139
- var version = "0.19.7";
9136
+ var version = "0.19.8-canary.50de44c2e";
9140
9137
 
9141
9138
  /**
9142
9139
  * @license
@@ -9326,4 +9323,4 @@ function getAuth(app = getApp()) {
9326
9323
  registerAuth("Browser" /* BROWSER */);
9327
9324
 
9328
9325
  export { sendPasswordResetEmail as $, ActionCodeOperation as A, prodErrorMap as B, AUTH_ERROR_CODES_MAP_DO_NOT_USE_INTERNALLY as C, initializeAuth as D, connectAuthEmulator as E, FactorId as F, AuthCredential as G, EmailAuthCredential as H, OAuthCredential as I, PhoneAuthCredential as J, inMemoryPersistence as K, EmailAuthProvider as L, FacebookAuthProvider as M, GoogleAuthProvider as N, OperationType as O, PhoneAuthProvider as P, GithubAuthProvider as Q, RecaptchaVerifier as R, SignInMethod as S, OAuthProvider as T, SAMLAuthProvider as U, TwitterAuthProvider as V, signInAnonymously as W, signInWithCredential as X, linkWithCredential as Y, reauthenticateWithCredential as Z, signInWithCustomToken as _, browserSessionPersistence as a, confirmPasswordReset as a0, applyActionCode as a1, checkActionCode as a2, verifyPasswordResetCode as a3, createUserWithEmailAndPassword as a4, signInWithEmailAndPassword as a5, sendSignInLinkToEmail as a6, isSignInWithEmailLink as a7, signInWithEmailLink as a8, fetchSignInMethodsForEmail as a9, _getRedirectResult as aA, _clearRedirectOutcomes as aB, _castAuth as aC, UserImpl as aD, AuthImpl as aE, _getClientVersion as aF, _generateEventId as aG, AuthPopup as aH, FetchProvider as aI, SAMLAuthCredential as aJ, sendEmailVerification as aa, verifyBeforeUpdateEmail as ab, ActionCodeURL as ac, parseActionCodeURL as ad, updateProfile as ae, updateEmail as af, updatePassword as ag, getIdToken as ah, getIdTokenResult as ai, unlink as aj, getAdditionalUserInfo as ak, reload as al, getMultiFactorResolver as am, multiFactor as an, _isIOS7Or8 as ao, debugAssert as ap, _isIOS as aq, _isAndroid as ar, _fail as as, _getRedirectUrl as at, _getProjectConfig as au, _createError as av, _assert as aw, _getInstance as ax, _persistenceKeyName as ay, AuthEventManager as az, browserLocalPersistence as b, signInWithPopup as c, linkWithPopup as d, reauthenticateWithPopup as e, signInWithRedirect as f, linkWithRedirect as g, reauthenticateWithRedirect as h, indexedDBLocalPersistence as i, getRedirectResult as j, browserPopupRedirectResolver as k, linkWithPhoneNumber as l, PhoneMultiFactorGenerator as m, getAuth as n, ProviderId as o, setPersistence as p, onIdTokenChanged as q, reauthenticateWithPhoneNumber as r, signInWithPhoneNumber as s, onAuthStateChanged as t, updatePhoneNumber as u, useDeviceLanguage as v, updateCurrentUser as w, signOut as x, deleteUser as y, debugErrorMap as z };
9329
- //# sourceMappingURL=index-cff4f2fd.js.map
9326
+ //# sourceMappingURL=index-bf1f8433.js.map