firebase/firestore/windows library
Functions
-
getCollectionsWindows<
T extends Object?> (CollectionReference ref, {required QueryProperties queryProperties, required ColRef< T> colRef}) → Future<QuerySnapshotForAll< T> > -
getDocumentWindows<
T extends Object?> (DocumentReference ref, {required DocRef< T> docRef}) → Future<DocumentSnapshotForAll< T> > -
initFirestoreWindows(
) → Future< void> -
instanceFirestoreWindows(
) → Firestore