@ponceca/firestore-sdk 0.1.0
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/LICENSE +21 -0
- package/README.md +692 -0
- package/dist/app.d.mts +51 -0
- package/dist/app.d.ts +51 -0
- package/dist/app.js +16 -0
- package/dist/app.js.map +1 -0
- package/dist/app.mjs +16 -0
- package/dist/app.mjs.map +1 -0
- package/dist/auth/index.d.mts +43 -0
- package/dist/auth/index.d.ts +43 -0
- package/dist/auth/index.js +18 -0
- package/dist/auth/index.js.map +1 -0
- package/dist/auth/index.mjs +18 -0
- package/dist/auth/index.mjs.map +1 -0
- package/dist/chunk-2RQUHE2K.js +719 -0
- package/dist/chunk-2RQUHE2K.js.map +1 -0
- package/dist/chunk-4CV4JOE5.js +27 -0
- package/dist/chunk-4CV4JOE5.js.map +1 -0
- package/dist/chunk-57XXMSJA.js +65 -0
- package/dist/chunk-57XXMSJA.js.map +1 -0
- package/dist/chunk-6J3LNKUQ.js +213 -0
- package/dist/chunk-6J3LNKUQ.js.map +1 -0
- package/dist/chunk-BXV7KTHB.js +645 -0
- package/dist/chunk-BXV7KTHB.js.map +1 -0
- package/dist/chunk-C3PCJJX4.mjs +645 -0
- package/dist/chunk-C3PCJJX4.mjs.map +1 -0
- package/dist/chunk-C6SKWUQV.mjs +213 -0
- package/dist/chunk-C6SKWUQV.mjs.map +1 -0
- package/dist/chunk-DXPQJR5D.mjs +2469 -0
- package/dist/chunk-DXPQJR5D.mjs.map +1 -0
- package/dist/chunk-MRVKMKSO.mjs +65 -0
- package/dist/chunk-MRVKMKSO.mjs.map +1 -0
- package/dist/chunk-NFEGQTCC.mjs +27 -0
- package/dist/chunk-NFEGQTCC.mjs.map +1 -0
- package/dist/chunk-RSBBZLDE.js +128 -0
- package/dist/chunk-RSBBZLDE.js.map +1 -0
- package/dist/chunk-RZWTSZSJ.js +2469 -0
- package/dist/chunk-RZWTSZSJ.js.map +1 -0
- package/dist/chunk-SZKHE2TQ.mjs +719 -0
- package/dist/chunk-SZKHE2TQ.mjs.map +1 -0
- package/dist/chunk-ZJ4A4Y2T.mjs +128 -0
- package/dist/chunk-ZJ4A4Y2T.mjs.map +1 -0
- package/dist/firestore/index.d.mts +1476 -0
- package/dist/firestore/index.d.ts +1476 -0
- package/dist/firestore/index.js +156 -0
- package/dist/firestore/index.js.map +1 -0
- package/dist/firestore/index.mjs +156 -0
- package/dist/firestore/index.mjs.map +1 -0
- package/dist/http-A2S5CWEV.js +10 -0
- package/dist/http-A2S5CWEV.js.map +1 -0
- package/dist/http-SZFONH6Z.mjs +10 -0
- package/dist/http-SZFONH6Z.mjs.map +1 -0
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +171 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +171 -0
- package/dist/index.mjs.map +1 -0
- package/dist/indexeddb-mutation-queue-5EB7C2D5.js +192 -0
- package/dist/indexeddb-mutation-queue-5EB7C2D5.js.map +1 -0
- package/dist/indexeddb-mutation-queue-M2MAH4E4.mjs +192 -0
- package/dist/indexeddb-mutation-queue-M2MAH4E4.mjs.map +1 -0
- package/dist/indexeddb-store-D23ZY3PR.mjs +162 -0
- package/dist/indexeddb-store-D23ZY3PR.mjs.map +1 -0
- package/dist/indexeddb-store-DNWBZUQE.js +162 -0
- package/dist/indexeddb-store-DNWBZUQE.js.map +1 -0
- package/dist/snapshot-MCQVLVHL.js +22 -0
- package/dist/snapshot-MCQVLVHL.js.map +1 -0
- package/dist/snapshot-ZWZFIFZD.mjs +22 -0
- package/dist/snapshot-ZWZFIFZD.mjs.map +1 -0
- package/dist/types-meoR-Ecp.d.mts +269 -0
- package/dist/types-meoR-Ecp.d.ts +269 -0
- package/package.json +78 -0
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
var _chunkRZWTSZSJjs = require('../chunk-RZWTSZSJ.js');
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
var _chunk2RQUHE2Kjs = require('../chunk-2RQUHE2K.js');
|
|
65
|
+
require('../chunk-57XXMSJA.js');
|
|
66
|
+
require('../chunk-6J3LNKUQ.js');
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
var _chunkBXV7KTHBjs = require('../chunk-BXV7KTHB.js');
|
|
81
|
+
require('../chunk-4CV4JOE5.js');
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
exports.Bytes = _chunkBXV7KTHBjs.Bytes; exports.FieldPathClass = _chunkBXV7KTHBjs.FieldPath; exports.GeoPoint = _chunkBXV7KTHBjs.GeoPoint; exports.Timestamp = _chunkBXV7KTHBjs.Timestamp; exports.VectorValue = _chunkBXV7KTHBjs.VectorValue; exports.addDoc = _chunkRZWTSZSJjs.addDoc; exports.and = _chunkRZWTSZSJjs.and; exports.arrayRemove = _chunkBXV7KTHBjs.arrayRemove; exports.arrayUnion = _chunkBXV7KTHBjs.arrayUnion; exports.average = _chunkRZWTSZSJjs.average; exports.clearIndexedDbPersistence = _chunk2RQUHE2Kjs.clearIndexedDbPersistence; exports.collection = _chunkRZWTSZSJjs.collection; exports.collectionGroup = _chunkRZWTSZSJjs.collectionGroup; exports.connectFirestoreEmulator = _chunk2RQUHE2Kjs.connectFirestoreEmulator; exports.count = _chunkRZWTSZSJjs.count; exports.deleteDoc = _chunkRZWTSZSJjs.deleteDoc; exports.deleteField = _chunkBXV7KTHBjs.deleteField; exports.disableNetwork = _chunk2RQUHE2Kjs.disableNetwork; exports.doc = _chunkRZWTSZSJjs.doc; exports.documentId = _chunkBXV7KTHBjs.documentId; exports.enableIndexedDbPersistence = _chunk2RQUHE2Kjs.enableIndexedDbPersistence; exports.enableMultiTabIndexedDbPersistence = _chunk2RQUHE2Kjs.enableMultiTabIndexedDbPersistence; exports.enableNetwork = _chunk2RQUHE2Kjs.enableNetwork; exports.endAt = _chunkRZWTSZSJjs.endAt; exports.endBefore = _chunkRZWTSZSJjs.endBefore; exports.fastSearch = _chunkRZWTSZSJjs.fastSearch; exports.getAggregateFromServer = _chunkRZWTSZSJjs.getAggregateFromServer; exports.getAuthToken = _chunk2RQUHE2Kjs.getAuthToken; exports.getCountFromServer = _chunkRZWTSZSJjs.getCountFromServer; exports.getDoc = _chunkRZWTSZSJjs.getDoc; exports.getDocFromCache = _chunkRZWTSZSJjs.getDocFromCache; exports.getDocFromServer = _chunkRZWTSZSJjs.getDocFromServer; exports.getDocs = _chunkRZWTSZSJjs.getDocs; exports.getDocsFromCache = _chunkRZWTSZSJjs.getDocsFromCache; exports.getDocsFromServer = _chunkRZWTSZSJjs.getDocsFromServer; exports.getFirestore = _chunk2RQUHE2Kjs.getFirestore; exports.increment = _chunkBXV7KTHBjs.increment; exports.initializeFirestore = _chunk2RQUHE2Kjs.initializeFirestore; exports.isAndConstraint = _chunkRZWTSZSJjs.isAndConstraint; exports.isCollectionGroup = _chunkRZWTSZSJjs.isCollectionGroup; exports.isCompositeFilter = _chunkRZWTSZSJjs.isCompositeFilter; exports.isOrConstraint = _chunkRZWTSZSJjs.isOrConstraint; exports.limit = _chunkRZWTSZSJjs.limit; exports.limitToLast = _chunkRZWTSZSJjs.limitToLast; exports.offset = _chunkRZWTSZSJjs.offset; exports.onSnapshot = _chunkRZWTSZSJjs.onSnapshot; exports.onSnapshotsInSync = _chunkRZWTSZSJjs.onSnapshotsInSync; exports.or = _chunkRZWTSZSJjs.or; exports.orderBy = _chunkRZWTSZSJjs.orderBy; exports.orderByRelevance = _chunkRZWTSZSJjs.orderByRelevance; exports.query = _chunkRZWTSZSJjs.query; exports.queryEqual = _chunkRZWTSZSJjs.queryEqual; exports.refEqual = _chunkRZWTSZSJjs.refEqual; exports.runTransaction = _chunkRZWTSZSJjs.runTransaction; exports.serverTimestamp = _chunkBXV7KTHBjs.serverTimestamp; exports.setAuthToken = _chunk2RQUHE2Kjs.setAuthToken; exports.setDoc = _chunkRZWTSZSJjs.setDoc; exports.snapshotEqual = _chunkRZWTSZSJjs.snapshotEqual; exports.startAfter = _chunkRZWTSZSJjs.startAfter; exports.startAt = _chunkRZWTSZSJjs.startAt; exports.sum = _chunkRZWTSZSJjs.sum; exports.terminate = _chunk2RQUHE2Kjs.terminate; exports.updateDoc = _chunkRZWTSZSJjs.updateDoc; exports.vector = _chunkBXV7KTHBjs.vector; exports.waitForPendingWrites = _chunk2RQUHE2Kjs.waitForPendingWrites; exports.where = _chunkRZWTSZSJjs.where; exports.whereContains = _chunkRZWTSZSJjs.whereContains; exports.whereFuzzy = _chunkRZWTSZSJjs.whereFuzzy; exports.whereSearch = _chunkRZWTSZSJjs.whereSearch; exports.whereSimilar = _chunkRZWTSZSJjs.whereSimilar; exports.withConverter = _chunkRZWTSZSJjs.withConverter; exports.writeBatch = _chunkRZWTSZSJjs.writeBatch;
|
|
156
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["c:\\Users\\ponce\\Documents\\codigo-2026\\firestore\\sdk\\js\\dist\\firestore\\index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,8uHAAC","file":"C:\\Users\\ponce\\Documents\\codigo-2026\\firestore\\sdk\\js\\dist\\firestore\\index.js"}
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import {
|
|
2
|
+
addDoc,
|
|
3
|
+
and,
|
|
4
|
+
average,
|
|
5
|
+
collection,
|
|
6
|
+
collectionGroup,
|
|
7
|
+
count,
|
|
8
|
+
deleteDoc,
|
|
9
|
+
doc,
|
|
10
|
+
endAt,
|
|
11
|
+
endBefore,
|
|
12
|
+
fastSearch,
|
|
13
|
+
getAggregateFromServer,
|
|
14
|
+
getCountFromServer,
|
|
15
|
+
getDoc,
|
|
16
|
+
getDocFromCache,
|
|
17
|
+
getDocFromServer,
|
|
18
|
+
getDocs,
|
|
19
|
+
getDocsFromCache,
|
|
20
|
+
getDocsFromServer,
|
|
21
|
+
isAndConstraint,
|
|
22
|
+
isCollectionGroup,
|
|
23
|
+
isCompositeFilter,
|
|
24
|
+
isOrConstraint,
|
|
25
|
+
limit,
|
|
26
|
+
limitToLast,
|
|
27
|
+
offset,
|
|
28
|
+
onSnapshot,
|
|
29
|
+
onSnapshotsInSync,
|
|
30
|
+
or,
|
|
31
|
+
orderBy,
|
|
32
|
+
orderByRelevance,
|
|
33
|
+
query,
|
|
34
|
+
queryEqual,
|
|
35
|
+
refEqual,
|
|
36
|
+
runTransaction,
|
|
37
|
+
setDoc,
|
|
38
|
+
snapshotEqual,
|
|
39
|
+
startAfter,
|
|
40
|
+
startAt,
|
|
41
|
+
sum,
|
|
42
|
+
updateDoc,
|
|
43
|
+
where,
|
|
44
|
+
whereContains,
|
|
45
|
+
whereFuzzy,
|
|
46
|
+
whereSearch,
|
|
47
|
+
whereSimilar,
|
|
48
|
+
withConverter,
|
|
49
|
+
writeBatch
|
|
50
|
+
} from "../chunk-DXPQJR5D.mjs";
|
|
51
|
+
import {
|
|
52
|
+
clearIndexedDbPersistence,
|
|
53
|
+
connectFirestoreEmulator,
|
|
54
|
+
disableNetwork,
|
|
55
|
+
enableIndexedDbPersistence,
|
|
56
|
+
enableMultiTabIndexedDbPersistence,
|
|
57
|
+
enableNetwork,
|
|
58
|
+
getAuthToken,
|
|
59
|
+
getFirestore,
|
|
60
|
+
initializeFirestore,
|
|
61
|
+
setAuthToken,
|
|
62
|
+
terminate,
|
|
63
|
+
waitForPendingWrites
|
|
64
|
+
} from "../chunk-SZKHE2TQ.mjs";
|
|
65
|
+
import "../chunk-MRVKMKSO.mjs";
|
|
66
|
+
import "../chunk-C6SKWUQV.mjs";
|
|
67
|
+
import {
|
|
68
|
+
Bytes,
|
|
69
|
+
FieldPath,
|
|
70
|
+
GeoPoint,
|
|
71
|
+
Timestamp,
|
|
72
|
+
VectorValue,
|
|
73
|
+
arrayRemove,
|
|
74
|
+
arrayUnion,
|
|
75
|
+
deleteField,
|
|
76
|
+
documentId,
|
|
77
|
+
increment,
|
|
78
|
+
serverTimestamp,
|
|
79
|
+
vector
|
|
80
|
+
} from "../chunk-C3PCJJX4.mjs";
|
|
81
|
+
import "../chunk-NFEGQTCC.mjs";
|
|
82
|
+
export {
|
|
83
|
+
Bytes,
|
|
84
|
+
FieldPath as FieldPathClass,
|
|
85
|
+
GeoPoint,
|
|
86
|
+
Timestamp,
|
|
87
|
+
VectorValue,
|
|
88
|
+
addDoc,
|
|
89
|
+
and,
|
|
90
|
+
arrayRemove,
|
|
91
|
+
arrayUnion,
|
|
92
|
+
average,
|
|
93
|
+
clearIndexedDbPersistence,
|
|
94
|
+
collection,
|
|
95
|
+
collectionGroup,
|
|
96
|
+
connectFirestoreEmulator,
|
|
97
|
+
count,
|
|
98
|
+
deleteDoc,
|
|
99
|
+
deleteField,
|
|
100
|
+
disableNetwork,
|
|
101
|
+
doc,
|
|
102
|
+
documentId,
|
|
103
|
+
enableIndexedDbPersistence,
|
|
104
|
+
enableMultiTabIndexedDbPersistence,
|
|
105
|
+
enableNetwork,
|
|
106
|
+
endAt,
|
|
107
|
+
endBefore,
|
|
108
|
+
fastSearch,
|
|
109
|
+
getAggregateFromServer,
|
|
110
|
+
getAuthToken,
|
|
111
|
+
getCountFromServer,
|
|
112
|
+
getDoc,
|
|
113
|
+
getDocFromCache,
|
|
114
|
+
getDocFromServer,
|
|
115
|
+
getDocs,
|
|
116
|
+
getDocsFromCache,
|
|
117
|
+
getDocsFromServer,
|
|
118
|
+
getFirestore,
|
|
119
|
+
increment,
|
|
120
|
+
initializeFirestore,
|
|
121
|
+
isAndConstraint,
|
|
122
|
+
isCollectionGroup,
|
|
123
|
+
isCompositeFilter,
|
|
124
|
+
isOrConstraint,
|
|
125
|
+
limit,
|
|
126
|
+
limitToLast,
|
|
127
|
+
offset,
|
|
128
|
+
onSnapshot,
|
|
129
|
+
onSnapshotsInSync,
|
|
130
|
+
or,
|
|
131
|
+
orderBy,
|
|
132
|
+
orderByRelevance,
|
|
133
|
+
query,
|
|
134
|
+
queryEqual,
|
|
135
|
+
refEqual,
|
|
136
|
+
runTransaction,
|
|
137
|
+
serverTimestamp,
|
|
138
|
+
setAuthToken,
|
|
139
|
+
setDoc,
|
|
140
|
+
snapshotEqual,
|
|
141
|
+
startAfter,
|
|
142
|
+
startAt,
|
|
143
|
+
sum,
|
|
144
|
+
terminate,
|
|
145
|
+
updateDoc,
|
|
146
|
+
vector,
|
|
147
|
+
waitForPendingWrites,
|
|
148
|
+
where,
|
|
149
|
+
whereContains,
|
|
150
|
+
whereFuzzy,
|
|
151
|
+
whereSearch,
|
|
152
|
+
whereSimilar,
|
|
153
|
+
withConverter,
|
|
154
|
+
writeBatch
|
|
155
|
+
};
|
|
156
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunk6J3LNKUQjs = require('./chunk-6J3LNKUQ.js');
|
|
5
|
+
require('./chunk-4CV4JOE5.js');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
exports.HttpClient = _chunk6J3LNKUQjs.HttpClient; exports.getHttpClient = _chunk6J3LNKUQjs.getHttpClient;
|
|
10
|
+
//# sourceMappingURL=http-A2S5CWEV.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["c:\\Users\\ponce\\Documents\\codigo-2026\\firestore\\sdk\\js\\dist\\http-A2S5CWEV.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACF,sDAA4B;AAC5B,+BAA4B;AAC5B;AACE;AACA;AACF,yGAAC","file":"C:\\Users\\ponce\\Documents\\codigo-2026\\firestore\\sdk\\js\\dist\\http-A2S5CWEV.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { deleteApp, getApp, getApps, initializeApp } from './app.mjs';
|
|
2
|
+
export { Auth, User, getAuth, onAuthStateChanged, signInWithCustomToken, signOut } from './auth/index.mjs';
|
|
3
|
+
export { A as AuthTokenProvider, C as CollectionReference, D as DocumentChange, a as DocumentData, b as DocumentReference, c as DocumentSnapshot, F as FieldPath, d as FieldValue, e as FirebaseApp, f as FirebaseOptions, g as Firestore, h as FirestoreError, i as FirestoreErrorCode, j as FirestoreSettings, L as ListenSource, Q as Query, k as QuerySnapshot, U as Unsubscribe } from './types-meoR-Ecp.mjs';
|
|
4
|
+
export { AggregateField, AggregateQuerySnapshot, AggregateSpec, AndConstraint, Bytes, CollectionGroupReference, CompositeFilterConstraint, FastSearchOptions, FastSearchResponse, FastSearchResult, FieldPathClass, FirestoreDataConverter, GeoPoint, OrConstraint, QueryDocumentSnapshot, Timestamp, Transaction, VectorValue, WriteBatch, addDoc, and, arrayRemove, arrayUnion, average, clearIndexedDbPersistence, collection, collectionGroup, connectFirestoreEmulator, count, deleteDoc, deleteField, disableNetwork, doc, documentId, enableIndexedDbPersistence, enableMultiTabIndexedDbPersistence, enableNetwork, endAt, endBefore, fastSearch, getAggregateFromServer, getAuthToken, getCountFromServer, getDoc, getDocFromCache, getDocFromServer, getDocs, getDocsFromCache, getDocsFromServer, getFirestore, increment, initializeFirestore, limit, limitToLast, offset, onSnapshot, onSnapshotsInSync, or, orderBy, orderByRelevance, query, queryEqual, refEqual, runTransaction, serverTimestamp, setAuthToken, setDoc, snapshotEqual, startAfter, startAt, sum, terminate, updateDoc, vector, waitForPendingWrites, where, whereContains, whereFuzzy, whereSearch, whereSimilar, withConverter, writeBatch } from './firestore/index.mjs';
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { deleteApp, getApp, getApps, initializeApp } from './app.js';
|
|
2
|
+
export { Auth, User, getAuth, onAuthStateChanged, signInWithCustomToken, signOut } from './auth/index.js';
|
|
3
|
+
export { A as AuthTokenProvider, C as CollectionReference, D as DocumentChange, a as DocumentData, b as DocumentReference, c as DocumentSnapshot, F as FieldPath, d as FieldValue, e as FirebaseApp, f as FirebaseOptions, g as Firestore, h as FirestoreError, i as FirestoreErrorCode, j as FirestoreSettings, L as ListenSource, Q as Query, k as QuerySnapshot, U as Unsubscribe } from './types-meoR-Ecp.js';
|
|
4
|
+
export { AggregateField, AggregateQuerySnapshot, AggregateSpec, AndConstraint, Bytes, CollectionGroupReference, CompositeFilterConstraint, FastSearchOptions, FastSearchResponse, FastSearchResult, FieldPathClass, FirestoreDataConverter, GeoPoint, OrConstraint, QueryDocumentSnapshot, Timestamp, Transaction, VectorValue, WriteBatch, addDoc, and, arrayRemove, arrayUnion, average, clearIndexedDbPersistence, collection, collectionGroup, connectFirestoreEmulator, count, deleteDoc, deleteField, disableNetwork, doc, documentId, enableIndexedDbPersistence, enableMultiTabIndexedDbPersistence, enableNetwork, endAt, endBefore, fastSearch, getAggregateFromServer, getAuthToken, getCountFromServer, getDoc, getDocFromCache, getDocFromServer, getDocs, getDocsFromCache, getDocsFromServer, getFirestore, increment, initializeFirestore, limit, limitToLast, offset, onSnapshot, onSnapshotsInSync, or, orderBy, orderByRelevance, query, queryEqual, refEqual, runTransaction, serverTimestamp, setAuthToken, setDoc, snapshotEqual, startAfter, startAt, sum, terminate, updateDoc, vector, waitForPendingWrites, where, whereContains, whereFuzzy, whereSearch, whereSimilar, withConverter, writeBatch } from './firestore/index.js';
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
var _chunkRZWTSZSJjs = require('./chunk-RZWTSZSJ.js');
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
var _chunkRSBBZLDEjs = require('./chunk-RSBBZLDE.js');
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
var _chunk2RQUHE2Kjs = require('./chunk-2RQUHE2K.js');
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
var _chunk57XXMSJAjs = require('./chunk-57XXMSJA.js');
|
|
74
|
+
require('./chunk-6J3LNKUQ.js');
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
var _chunkBXV7KTHBjs = require('./chunk-BXV7KTHB.js');
|
|
89
|
+
require('./chunk-4CV4JOE5.js');
|
|
90
|
+
|
|
91
|
+
// src/index.ts
|
|
92
|
+
_chunk57XXMSJAjs.init_app.call(void 0, );
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
exports.Bytes = _chunkBXV7KTHBjs.Bytes; exports.FieldPathClass = _chunkBXV7KTHBjs.FieldPath; exports.GeoPoint = _chunkBXV7KTHBjs.GeoPoint; exports.Timestamp = _chunkBXV7KTHBjs.Timestamp; exports.VectorValue = _chunkBXV7KTHBjs.VectorValue; exports.addDoc = _chunkRZWTSZSJjs.addDoc; exports.and = _chunkRZWTSZSJjs.and; exports.arrayRemove = _chunkBXV7KTHBjs.arrayRemove; exports.arrayUnion = _chunkBXV7KTHBjs.arrayUnion; exports.average = _chunkRZWTSZSJjs.average; exports.clearIndexedDbPersistence = _chunk2RQUHE2Kjs.clearIndexedDbPersistence; exports.collection = _chunkRZWTSZSJjs.collection; exports.collectionGroup = _chunkRZWTSZSJjs.collectionGroup; exports.connectFirestoreEmulator = _chunk2RQUHE2Kjs.connectFirestoreEmulator; exports.count = _chunkRZWTSZSJjs.count; exports.deleteApp = _chunk57XXMSJAjs.deleteApp; exports.deleteDoc = _chunkRZWTSZSJjs.deleteDoc; exports.deleteField = _chunkBXV7KTHBjs.deleteField; exports.disableNetwork = _chunk2RQUHE2Kjs.disableNetwork; exports.doc = _chunkRZWTSZSJjs.doc; exports.documentId = _chunkBXV7KTHBjs.documentId; exports.enableIndexedDbPersistence = _chunk2RQUHE2Kjs.enableIndexedDbPersistence; exports.enableMultiTabIndexedDbPersistence = _chunk2RQUHE2Kjs.enableMultiTabIndexedDbPersistence; exports.enableNetwork = _chunk2RQUHE2Kjs.enableNetwork; exports.endAt = _chunkRZWTSZSJjs.endAt; exports.endBefore = _chunkRZWTSZSJjs.endBefore; exports.fastSearch = _chunkRZWTSZSJjs.fastSearch; exports.getAggregateFromServer = _chunkRZWTSZSJjs.getAggregateFromServer; exports.getApp = _chunk57XXMSJAjs.getApp; exports.getApps = _chunk57XXMSJAjs.getApps; exports.getAuth = _chunkRSBBZLDEjs.getAuth; exports.getAuthToken = _chunk2RQUHE2Kjs.getAuthToken; exports.getCountFromServer = _chunkRZWTSZSJjs.getCountFromServer; exports.getDoc = _chunkRZWTSZSJjs.getDoc; exports.getDocFromCache = _chunkRZWTSZSJjs.getDocFromCache; exports.getDocFromServer = _chunkRZWTSZSJjs.getDocFromServer; exports.getDocs = _chunkRZWTSZSJjs.getDocs; exports.getDocsFromCache = _chunkRZWTSZSJjs.getDocsFromCache; exports.getDocsFromServer = _chunkRZWTSZSJjs.getDocsFromServer; exports.getFirestore = _chunk2RQUHE2Kjs.getFirestore; exports.increment = _chunkBXV7KTHBjs.increment; exports.initializeApp = _chunk57XXMSJAjs.initializeApp; exports.initializeFirestore = _chunk2RQUHE2Kjs.initializeFirestore; exports.limit = _chunkRZWTSZSJjs.limit; exports.limitToLast = _chunkRZWTSZSJjs.limitToLast; exports.offset = _chunkRZWTSZSJjs.offset; exports.onAuthStateChanged = _chunkRSBBZLDEjs.onAuthStateChanged; exports.onSnapshot = _chunkRZWTSZSJjs.onSnapshot; exports.onSnapshotsInSync = _chunkRZWTSZSJjs.onSnapshotsInSync; exports.or = _chunkRZWTSZSJjs.or; exports.orderBy = _chunkRZWTSZSJjs.orderBy; exports.orderByRelevance = _chunkRZWTSZSJjs.orderByRelevance; exports.query = _chunkRZWTSZSJjs.query; exports.queryEqual = _chunkRZWTSZSJjs.queryEqual; exports.refEqual = _chunkRZWTSZSJjs.refEqual; exports.runTransaction = _chunkRZWTSZSJjs.runTransaction; exports.serverTimestamp = _chunkBXV7KTHBjs.serverTimestamp; exports.setAuthToken = _chunk2RQUHE2Kjs.setAuthToken; exports.setDoc = _chunkRZWTSZSJjs.setDoc; exports.signInWithCustomToken = _chunkRSBBZLDEjs.signInWithCustomToken; exports.signOut = _chunkRSBBZLDEjs.signOut; exports.snapshotEqual = _chunkRZWTSZSJjs.snapshotEqual; exports.startAfter = _chunkRZWTSZSJjs.startAfter; exports.startAt = _chunkRZWTSZSJjs.startAt; exports.sum = _chunkRZWTSZSJjs.sum; exports.terminate = _chunk2RQUHE2Kjs.terminate; exports.updateDoc = _chunkRZWTSZSJjs.updateDoc; exports.vector = _chunkBXV7KTHBjs.vector; exports.waitForPendingWrites = _chunk2RQUHE2Kjs.waitForPendingWrites; exports.where = _chunkRZWTSZSJjs.where; exports.whereContains = _chunkRZWTSZSJjs.whereContains; exports.whereFuzzy = _chunkRZWTSZSJjs.whereFuzzy; exports.whereSearch = _chunkRZWTSZSJjs.whereSearch; exports.whereSimilar = _chunkRZWTSZSJjs.whereSimilar; exports.withConverter = _chunkRZWTSZSJjs.withConverter; exports.writeBatch = _chunkRZWTSZSJjs.writeBatch;
|
|
171
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["c:\\Users\\ponce\\Documents\\codigo-2026\\firestore\\sdk\\js\\dist\\index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,sDAA4B;AAC5B;AACE;AACA;AACA;AACA;AACF,sDAA4B;AAC5B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,sDAA4B;AAC5B;AACE;AACA;AACA;AACA;AACA;AACF,sDAA4B;AAC5B,+BAA4B;AAC5B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,sDAA4B;AAC5B,+BAA4B;AAC5B;AACA;AACA,uCAAQ,CAAE;AACV;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,w5HAAC","file":"C:\\Users\\ponce\\Documents\\codigo-2026\\firestore\\sdk\\js\\dist\\index.js","sourcesContent":[null]}
|