@edgedev/firebase 2.1.64 → 2.1.65

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 (2) hide show
  1. package/edgeFirebase.ts +1 -0
  2. package/package.json +1 -1
package/edgeFirebase.ts CHANGED
@@ -1735,6 +1735,7 @@ export const EdgeFirebase = class {
1735
1735
  docId,
1736
1736
  meta: user.meta,
1737
1737
  userId: user.userId,
1738
+ uid: user.uid,
1738
1739
  }
1739
1740
  items[doc.id] = item;
1740
1741
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgedev/firebase",
3
- "version": "2.1.64",
3
+ "version": "2.1.65",
4
4
  "description": "Vue 3 / Nuxt 3 Plugin or Nuxt 3 plugin for firebase authentication and firestore.",
5
5
  "main": "index.ts",
6
6
  "scripts": {