@firebase/auth 0.19.5 → 0.19.6-canary.4983f4d5a

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 (43) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/auth-public.d.ts +2 -2
  3. package/dist/auth.d.ts +2 -2
  4. package/dist/cordova/index.js +2 -2
  5. package/dist/cordova/internal.js +2 -2
  6. package/dist/cordova/{popup_redirect-83272a5f.js → popup_redirect-e5a6c774.js} +5 -5
  7. package/dist/cordova/popup_redirect-e5a6c774.js.map +1 -0
  8. package/dist/cordova/src/core/strategies/email_link.d.ts +2 -2
  9. package/dist/esm2017/{index-1679a2b2.js → index-6f263c78.js} +5 -5
  10. package/dist/esm2017/index-6f263c78.js.map +1 -0
  11. package/dist/esm2017/index.js +1 -1
  12. package/dist/esm2017/internal.js +2 -2
  13. package/dist/esm2017/src/core/strategies/email_link.d.ts +2 -2
  14. package/dist/esm5/{index-db6f49fb.js → index-b8ac8aa5.js} +5 -5
  15. package/dist/esm5/index-b8ac8aa5.js.map +1 -0
  16. package/dist/esm5/index.js +1 -1
  17. package/dist/esm5/internal.js +2 -2
  18. package/dist/esm5/src/core/strategies/email_link.d.ts +2 -2
  19. package/dist/index.webworker.esm5.js +4 -4
  20. package/dist/index.webworker.esm5.js.map +1 -1
  21. package/dist/node/{index-bb2c0266.js → index-6baaf933.js} +5 -5
  22. package/dist/node/index-6baaf933.js.map +1 -0
  23. package/dist/node/index.js +1 -1
  24. package/dist/node/internal.js +1 -1
  25. package/dist/node/src/core/strategies/email_link.d.ts +2 -2
  26. package/dist/node-esm/{index-45f4ca88.js → index-936d0290.js} +5 -5
  27. package/dist/node-esm/index-936d0290.js.map +1 -0
  28. package/dist/node-esm/index.js +1 -1
  29. package/dist/node-esm/internal.js +2 -2
  30. package/dist/node-esm/src/core/strategies/email_link.d.ts +2 -2
  31. package/dist/rn/index.js +1 -1
  32. package/dist/rn/internal.js +1 -1
  33. package/dist/rn/{phone-e20c697b.js → phone-a6df5e0d.js} +5 -5
  34. package/dist/rn/phone-a6df5e0d.js.map +1 -0
  35. package/dist/rn/src/core/strategies/email_link.d.ts +2 -2
  36. package/dist/src/core/strategies/email_link.d.ts +2 -2
  37. package/package.json +9 -7
  38. package/dist/cordova/popup_redirect-83272a5f.js.map +0 -1
  39. package/dist/esm2017/index-1679a2b2.js.map +0 -1
  40. package/dist/esm5/index-db6f49fb.js.map +0 -1
  41. package/dist/node/index-bb2c0266.js.map +0 -1
  42. package/dist/node-esm/index-45f4ca88.js.map +0 -1
  43. package/dist/rn/phone-e20c697b.js.map +0 -1
@@ -43,7 +43,7 @@ import { ActionCodeSettings, Auth, UserCredential } from '../../model/public_typ
43
43
  * await sendSignInLinkToEmail(auth, 'user@example.com', actionCodeSettings);
44
44
  * // Obtain emailLink from the user.
45
45
  * if(isSignInWithEmailLink(auth, emailLink)) {
46
- * await signInWithEmailLink('user@example.com', 'user@example.com', emailLink);
46
+ * await signInWithEmailLink(auth, 'user@example.com', emailLink);
47
47
  * }
48
48
  * ```
49
49
  *
@@ -90,7 +90,7 @@ export declare function isSignInWithEmailLink(auth: Auth, emailLink: string): bo
90
90
  * await sendSignInLinkToEmail(auth, 'user@example.com', actionCodeSettings);
91
91
  * // Obtain emailLink from the user.
92
92
  * if(isSignInWithEmailLink(auth, emailLink)) {
93
- * await signInWithEmailLink('user@example.com', 'user@example.com', emailLink);
93
+ * await signInWithEmailLink(auth, 'user@example.com', emailLink);
94
94
  * }
95
95
  * ```
96
96
  *
@@ -43,7 +43,7 @@ import { ActionCodeSettings, Auth, UserCredential } from '../../model/public_typ
43
43
  * await sendSignInLinkToEmail(auth, 'user@example.com', actionCodeSettings);
44
44
  * // Obtain emailLink from the user.
45
45
  * if(isSignInWithEmailLink(auth, emailLink)) {
46
- * await signInWithEmailLink('user@example.com', 'user@example.com', emailLink);
46
+ * await signInWithEmailLink(auth, 'user@example.com', emailLink);
47
47
  * }
48
48
  * ```
49
49
  *
@@ -90,7 +90,7 @@ export declare function isSignInWithEmailLink(auth: Auth, emailLink: string): bo
90
90
  * await sendSignInLinkToEmail(auth, 'user@example.com', actionCodeSettings);
91
91
  * // Obtain emailLink from the user.
92
92
  * if(isSignInWithEmailLink(auth, emailLink)) {
93
- * await signInWithEmailLink('user@example.com', 'user@example.com', emailLink);
93
+ * await signInWithEmailLink(auth, 'user@example.com', emailLink);
94
94
  * }
95
95
  * ```
96
96
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/auth",
3
- "version": "0.19.5",
3
+ "version": "0.19.6-canary.4983f4d5a",
4
4
  "description": "The Firebase Authenticaton component of the Firebase JS SDK.",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/node/index.js",
@@ -17,11 +17,13 @@
17
17
  "require": "./dist/node/index.js"
18
18
  },
19
19
  "react-native": "./dist/rn/index.js",
20
- "cordova": "./dist/cordova/index.esm5.js",
20
+ "cordova": "./dist/cordova/index.js",
21
21
  "webworker": "./dist/index.webworker.esm5.js",
22
22
  "esm5": "./dist/esm5/index.js",
23
23
  "default": "./dist/esm2017/index.js"
24
24
  },
25
+ "./cordova": "./dist/cordova/index.js",
26
+ "./react-native": "./dist/rn/index.js",
25
27
  "./internal": {
26
28
  "node": {
27
29
  "import": "./dist/node-esm/internal.js",
@@ -72,19 +74,19 @@
72
74
  "typings:public": "node ../../scripts/build/use_typings.js ./dist/auth-public.d.ts"
73
75
  },
74
76
  "peerDependencies": {
75
- "@firebase/app": "0.x"
77
+ "@firebase/app": "0.7.14-canary.4983f4d5a"
76
78
  },
77
79
  "dependencies": {
78
- "@firebase/component": "0.5.10",
79
- "@firebase/logger": "0.3.2",
80
- "@firebase/util": "1.4.3",
80
+ "@firebase/component": "0.5.10-canary.4983f4d5a",
81
+ "@firebase/logger": "0.3.2-canary.4983f4d5a",
82
+ "@firebase/util": "1.4.3-canary.4983f4d5a",
81
83
  "node-fetch": "2.6.5",
82
84
  "selenium-webdriver": "4.0.0-rc-1",
83
85
  "tslib": "^2.1.0"
84
86
  },
85
87
  "license": "Apache-2.0",
86
88
  "devDependencies": {
87
- "@firebase/app": "0.7.12",
89
+ "@firebase/app": "0.7.14-canary.4983f4d5a",
88
90
  "@rollup/plugin-json": "4.1.0",
89
91
  "@rollup/plugin-strip": "2.1.0",
90
92
  "chromedriver": "96.0.0",