reactfire 4.2.2-exp.414201e → 4.2.3-exp.6734b6a
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/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +2 -2
- package/src/auth.tsx +1 -8
package/dist/index.js
CHANGED
|
@@ -1473,7 +1473,7 @@ function xe(e) {
|
|
|
1473
1473
|
return { unsubscribe: n };
|
|
1474
1474
|
});
|
|
1475
1475
|
}
|
|
1476
|
-
const Xn = "[DEFAULT]", bt = f.createContext(void 0), Ie = f.createContext(!1), er = "4.2.
|
|
1476
|
+
const Xn = "[DEFAULT]", bt = f.createContext(void 0), Ie = f.createContext(!1), er = "4.2.3-exp.6734b6a", tr = (e, t) => e === t || [...Object.keys(e), ...Object.keys(t)].every((n) => e[n] === t[n]);
|
|
1477
1477
|
function Lr(e) {
|
|
1478
1478
|
const {
|
|
1479
1479
|
firebaseConfig: t,
|
|
@@ -1521,9 +1521,8 @@ function Wr(e) {
|
|
|
1521
1521
|
});
|
|
1522
1522
|
}
|
|
1523
1523
|
function nr(e) {
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
return n.currentUser !== void 0 && (o.initialData = n.currentUser, o.startWithValue = n.currentUser), g(r, i, o);
|
|
1524
|
+
const t = kt(), n = `auth:user:${t.name}`, r = xe(t);
|
|
1525
|
+
return g(n, r, e);
|
|
1527
1526
|
}
|
|
1528
1527
|
function rr(e, t = !1, n) {
|
|
1529
1528
|
if (!e)
|