@umituz/react-native-firebase 2.4.36 → 2.4.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-firebase",
3
- "version": "2.4.36",
3
+ "version": "2.4.37",
4
4
  "description": "Unified Firebase package for React Native apps - Auth and Firestore services using Firebase JS SDK (no native modules).",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -137,4 +137,9 @@ export type {
137
137
  CollectionReference,
138
138
  QueryDocumentSnapshot,
139
139
  DocumentData,
140
+ Transaction,
141
+ DocumentReference,
142
+ WriteBatch,
143
+ DocumentSnapshot,
144
+ QuerySnapshot,
140
145
  } from 'firebase/firestore';
package/src/index.ts CHANGED
@@ -67,13 +67,6 @@ export * from "./domains/account-deletion";
67
67
 
68
68
  // Firestore Module Exports
69
69
  export * from "./domains/firestore";
70
- export type {
71
- Transaction,
72
- DocumentReference,
73
- WriteBatch,
74
- DocumentSnapshot,
75
- QuerySnapshot,
76
- } from "firebase/firestore";
77
70
 
78
71
  // Init Module Factory
79
72
  export {