@rebasepro/firebase 0.19.1 → 0.19.2-canary.g08eed46
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.
|
@@ -103,6 +103,7 @@ export declare function useBuildUserManagement<CONTROLLER extends AuthController
|
|
|
103
103
|
emailVerified?: boolean;
|
|
104
104
|
createdAt?: Date | string | null;
|
|
105
105
|
metadata?: Record<string, any>;
|
|
106
|
+
claims?: Record<string, unknown>;
|
|
106
107
|
getIdToken?: (forceRefresh?: boolean) => Promise<string>;
|
|
107
108
|
} | null;
|
|
108
109
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rebasepro/firebase",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.2-canary.g08eed46",
|
|
4
4
|
"description": "Firebase data source for Rebase — run the Rebase admin panel and SDK against Firestore.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rebase",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"fast-equals": "6.0.2",
|
|
34
34
|
"fuse.js": "^7.5.0",
|
|
35
35
|
"react-router": "^8.3.0",
|
|
36
|
-
"@rebasepro/cms": "0.19.
|
|
37
|
-
"@rebasepro/cms
|
|
38
|
-
"@rebasepro/app": "0.19.
|
|
39
|
-
"@rebasepro/
|
|
40
|
-
"@rebasepro/
|
|
41
|
-
"@rebasepro/
|
|
42
|
-
"@rebasepro/
|
|
36
|
+
"@rebasepro/cms-types": "0.19.2-canary.g08eed46",
|
|
37
|
+
"@rebasepro/cms": "0.19.2-canary.g08eed46",
|
|
38
|
+
"@rebasepro/app": "0.19.2-canary.g08eed46",
|
|
39
|
+
"@rebasepro/common": "0.19.2-canary.g08eed46",
|
|
40
|
+
"@rebasepro/types": "0.19.2-canary.g08eed46",
|
|
41
|
+
"@rebasepro/utils": "0.19.2-canary.g08eed46",
|
|
42
|
+
"@rebasepro/ui": "0.19.2-canary.g08eed46"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"firebase": "^10.12.2 || ^11.0.0 || ^12.0.0",
|