@angular/fire
Version:
Angular + Firebase = ❤️
61 lines (60 loc) • 5.58 kB
TypeScript
export * from 'firebase/firestore';
import { addDoc as _addDoc, aggregateFieldEqual as _aggregateFieldEqual, aggregateQuerySnapshotEqual as _aggregateQuerySnapshotEqual, and as _and, clearIndexedDbPersistence as _clearIndexedDbPersistence, collection as _collection, collectionGroup as _collectionGroup, connectFirestoreEmulator as _connectFirestoreEmulator, deleteAllPersistentCacheIndexes as _deleteAllPersistentCacheIndexes, deleteDoc as _deleteDoc, deleteField as _deleteField, disableNetwork as _disableNetwork, disablePersistentCacheIndexAutoCreation as _disablePersistentCacheIndexAutoCreation, doc as _doc, documentId as _documentId, enableIndexedDbPersistence as _enableIndexedDbPersistence, enableMultiTabIndexedDbPersistence as _enableMultiTabIndexedDbPersistence, enableNetwork as _enableNetwork, enablePersistentCacheIndexAutoCreation as _enablePersistentCacheIndexAutoCreation, endAt as _endAt, endBefore as _endBefore, getAggregateFromServer as _getAggregateFromServer, getCountFromServer as _getCountFromServer, getDoc as _getDoc, getDocFromCache as _getDocFromCache, getDocFromServer as _getDocFromServer, getDocs as _getDocs, getDocsFromCache as _getDocsFromCache, getDocsFromServer as _getDocsFromServer, getFirestore as _getFirestore, getPersistentCacheIndexManager as _getPersistentCacheIndexManager, increment as _increment, initializeFirestore as _initializeFirestore, limit as _limit, limitToLast as _limitToLast, loadBundle as _loadBundle, namedQuery as _namedQuery, onSnapshot as _onSnapshot, onSnapshotsInSync as _onSnapshotsInSync, or as _or, orderBy as _orderBy, query as _query, queryEqual as _queryEqual, refEqual as _refEqual, runTransaction as _runTransaction, setDoc as _setDoc, setIndexConfiguration as _setIndexConfiguration, setLogLevel as _setLogLevel, snapshotEqual as _snapshotEqual, startAfter as _startAfter, startAt as _startAt, sum as _sum, terminate as _terminate, updateDoc as _updateDoc, vector as _vector, waitForPendingWrites as _waitForPendingWrites, where as _where, writeBatch as _writeBatch } from 'firebase/firestore';
export declare const addDoc: typeof _addDoc;
export declare const aggregateFieldEqual: typeof _aggregateFieldEqual;
export declare const aggregateQuerySnapshotEqual: typeof _aggregateQuerySnapshotEqual;
export declare const and: typeof _and;
export declare const clearIndexedDbPersistence: typeof _clearIndexedDbPersistence;
export declare const collection: typeof _collection;
export declare const collectionGroup: typeof _collectionGroup;
export declare const connectFirestoreEmulator: typeof _connectFirestoreEmulator;
export declare const deleteAllPersistentCacheIndexes: typeof _deleteAllPersistentCacheIndexes;
export declare const deleteDoc: typeof _deleteDoc;
export declare const deleteField: typeof _deleteField;
export declare const disableNetwork: typeof _disableNetwork;
export declare const disablePersistentCacheIndexAutoCreation: typeof _disablePersistentCacheIndexAutoCreation;
export declare const doc: typeof _doc;
export declare const documentId: typeof _documentId;
export declare const enableIndexedDbPersistence: typeof _enableIndexedDbPersistence;
export declare const enableMultiTabIndexedDbPersistence: typeof _enableMultiTabIndexedDbPersistence;
export declare const enableNetwork: typeof _enableNetwork;
export declare const enablePersistentCacheIndexAutoCreation: typeof _enablePersistentCacheIndexAutoCreation;
export declare const endAt: typeof _endAt;
export declare const endBefore: typeof _endBefore;
export declare const getAggregateFromServer: typeof _getAggregateFromServer;
export declare const getCountFromServer: typeof _getCountFromServer;
export declare const getDoc: typeof _getDoc;
export declare const getDocFromCache: typeof _getDocFromCache;
export declare const getDocFromServer: typeof _getDocFromServer;
export declare const getDocs: typeof _getDocs;
export declare const getDocsFromCache: typeof _getDocsFromCache;
export declare const getDocsFromServer: typeof _getDocsFromServer;
export declare const getFirestore: typeof _getFirestore;
export declare const getPersistentCacheIndexManager: typeof _getPersistentCacheIndexManager;
export declare const increment: typeof _increment;
export declare const initializeFirestore: typeof _initializeFirestore;
export declare const limit: typeof _limit;
export declare const limitToLast: typeof _limitToLast;
export declare const loadBundle: typeof _loadBundle;
export declare const namedQuery: typeof _namedQuery;
export declare const onSnapshot: typeof _onSnapshot;
export declare const onSnapshotsInSync: typeof _onSnapshotsInSync;
export declare const or: typeof _or;
export declare const orderBy: typeof _orderBy;
export declare const query: typeof _query;
export declare const queryEqual: typeof _queryEqual;
export declare const refEqual: typeof _refEqual;
export declare const runTransaction: typeof _runTransaction;
export declare const setDoc: typeof _setDoc;
export declare const setIndexConfiguration: typeof _setIndexConfiguration;
export declare const setLogLevel: typeof _setLogLevel;
export declare const snapshotEqual: typeof _snapshotEqual;
export declare const startAfter: typeof _startAfter;
export declare const startAt: typeof _startAt;
export declare const sum: typeof _sum;
export declare const terminate: typeof _terminate;
export declare const updateDoc: typeof _updateDoc;
export declare const vector: typeof _vector;
export declare const waitForPendingWrites: typeof _waitForPendingWrites;
export declare const where: typeof _where;
export declare const writeBatch: typeof _writeBatch;