@rebasepro/firebase 0.19.1 → 0.19.2-canary.g09316f6

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.1",
3
+ "version": "0.19.2-canary.g09316f6",
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.1",
37
- "@rebasepro/cms-types": "0.19.1",
38
- "@rebasepro/app": "0.19.1",
39
- "@rebasepro/types": "0.19.1",
40
- "@rebasepro/common": "0.19.1",
41
- "@rebasepro/ui": "0.19.1",
42
- "@rebasepro/utils": "0.19.1"
36
+ "@rebasepro/cms": "0.19.2-canary.g09316f6",
37
+ "@rebasepro/cms-types": "0.19.2-canary.g09316f6",
38
+ "@rebasepro/app": "0.19.2-canary.g09316f6",
39
+ "@rebasepro/common": "0.19.2-canary.g09316f6",
40
+ "@rebasepro/types": "0.19.2-canary.g09316f6",
41
+ "@rebasepro/ui": "0.19.2-canary.g09316f6",
42
+ "@rebasepro/utils": "0.19.2-canary.g09316f6"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "firebase": "^10.12.2 || ^11.0.0 || ^12.0.0",