UNPKG

@angular/fire

Version:
42 lines (41 loc) 3.14 kB
export * from 'firebase/firestore/lite'; import { addDoc as _addDoc, aggregateFieldEqual as _aggregateFieldEqual, aggregateQuerySnapshotEqual as _aggregateQuerySnapshotEqual, and as _and, collection as _collection, collectionGroup as _collectionGroup, connectFirestoreEmulator as _connectFirestoreEmulator, deleteDoc as _deleteDoc, deleteField as _deleteField, doc as _doc, documentId as _documentId, endAt as _endAt, endBefore as _endBefore, getAggregate as _getAggregate, getCount as _getCount, getDoc as _getDoc, getDocs as _getDocs, getFirestore as _getFirestore, increment as _increment, initializeFirestore as _initializeFirestore, limit as _limit, limitToLast as _limitToLast, or as _or, orderBy as _orderBy, query as _query, queryEqual as _queryEqual, refEqual as _refEqual, runTransaction as _runTransaction, setDoc as _setDoc, setLogLevel as _setLogLevel, snapshotEqual as _snapshotEqual, startAfter as _startAfter, startAt as _startAt, sum as _sum, terminate as _terminate, updateDoc as _updateDoc, vector as _vector, where as _where, writeBatch as _writeBatch } from 'firebase/firestore/lite'; 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 collection: typeof _collection; export declare const collectionGroup: typeof _collectionGroup; export declare const connectFirestoreEmulator: typeof _connectFirestoreEmulator; export declare const deleteDoc: typeof _deleteDoc; export declare const deleteField: typeof _deleteField; export declare const doc: typeof _doc; export declare const documentId: typeof _documentId; export declare const endAt: typeof _endAt; export declare const endBefore: typeof _endBefore; export declare const getAggregate: typeof _getAggregate; export declare const getCount: typeof _getCount; export declare const getDoc: typeof _getDoc; export declare const getDocs: typeof _getDocs; export declare const getFirestore: typeof _getFirestore; 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 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 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 where: typeof _where; export declare const writeBatch: typeof _writeBatch;