@firebase/auth-compat 0.2.13-20220506182631 → 0.2.13
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.
- package/CHANGELOG.md +4 -5
- package/dist/esm/index.node.esm.js +1 -1
- package/dist/firebase-auth.js +1 -1
- package/dist/firebase-auth.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm2017.js +1 -1
- package/dist/index.node.cjs.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
# @firebase/auth-compat
|
|
2
2
|
|
|
3
|
-
## 0.2.13
|
|
3
|
+
## 0.2.13
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- [`1ac3c9d41`](https://github.com/firebase/firebase-js-sdk/commit/1ac3c9d41e8f69a94c64c6e0caf5f1a159b7dc3c) [#6151](https://github.com/firebase/firebase-js-sdk/pull/6151) - Add `beforeAuthStateChanged()` middleware function which allows the user to provide callbacks that are run before an auth state change
|
|
8
8
|
sets a new user.
|
|
9
9
|
- Updated dependencies [[`9c5c9c36d`](https://github.com/firebase/firebase-js-sdk/commit/9c5c9c36da80b98b73cfd60ef2e2965087e9f801), [`1ac3c9d41`](https://github.com/firebase/firebase-js-sdk/commit/1ac3c9d41e8f69a94c64c6e0caf5f1a159b7dc3c)]:
|
|
10
|
-
- @firebase/util@1.6.0
|
|
11
|
-
- @firebase/auth@0.20.0
|
|
12
|
-
- @firebase/
|
|
13
|
-
- @firebase/component@0.5.14-20220506182631
|
|
10
|
+
- @firebase/util@1.6.0
|
|
11
|
+
- @firebase/auth@0.20.0
|
|
12
|
+
- @firebase/component@0.5.14
|
|
14
13
|
|
|
15
14
|
## 0.2.12
|
|
16
15
|
|