|
| 1 | +## API Report File for "firebase-admin.firestore" |
| 2 | + |
| 3 | +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). |
| 4 | +
|
| 5 | +```ts |
| 6 | + |
| 7 | +import { Agent } from 'http'; |
| 8 | +import { BulkWriter } from '@google-cloud/firestore'; |
| 9 | +import { BulkWriterOptions } from '@google-cloud/firestore'; |
| 10 | +import { CollectionGroup } from '@google-cloud/firestore'; |
| 11 | +import { CollectionReference } from '@google-cloud/firestore'; |
| 12 | +import { DocumentChangeType } from '@google-cloud/firestore'; |
| 13 | +import { DocumentData } from '@google-cloud/firestore'; |
| 14 | +import { DocumentReference } from '@google-cloud/firestore'; |
| 15 | +import { DocumentSnapshot } from '@google-cloud/firestore'; |
| 16 | +import { FieldPath } from '@google-cloud/firestore'; |
| 17 | +import { FieldValue } from '@google-cloud/firestore'; |
| 18 | +import { Firestore } from '@google-cloud/firestore'; |
| 19 | +import * as _firestore from '@google-cloud/firestore'; |
| 20 | +import { FirestoreDataConverter } from '@google-cloud/firestore'; |
| 21 | +import { GeoPoint } from '@google-cloud/firestore'; |
| 22 | +import { GrpcStatus } from '@google-cloud/firestore'; |
| 23 | +import { Precondition } from '@google-cloud/firestore'; |
| 24 | +import { Query } from '@google-cloud/firestore'; |
| 25 | +import { QueryDocumentSnapshot } from '@google-cloud/firestore'; |
| 26 | +import { QueryPartition } from '@google-cloud/firestore'; |
| 27 | +import { QuerySnapshot } from '@google-cloud/firestore'; |
| 28 | +import { ReadOptions } from '@google-cloud/firestore'; |
| 29 | +import { setLogFunction } from '@google-cloud/firestore'; |
| 30 | +import { Settings } from '@google-cloud/firestore'; |
| 31 | +import { Timestamp } from '@google-cloud/firestore'; |
| 32 | +import { Transaction } from '@google-cloud/firestore'; |
| 33 | +import { UpdateData } from '@google-cloud/firestore'; |
| 34 | +import { v1 } from '@google-cloud/firestore'; |
| 35 | +import { WriteBatch } from '@google-cloud/firestore'; |
| 36 | +import { WriteResult } from '@google-cloud/firestore'; |
| 37 | + |
| 38 | +export { BulkWriter } |
| 39 | + |
| 40 | +export { BulkWriterOptions } |
| 41 | + |
| 42 | +export { CollectionGroup } |
| 43 | + |
| 44 | +export { CollectionReference } |
| 45 | + |
| 46 | +export { DocumentChangeType } |
| 47 | + |
| 48 | +export { DocumentData } |
| 49 | + |
| 50 | +export { DocumentReference } |
| 51 | + |
| 52 | +export { DocumentSnapshot } |
| 53 | + |
| 54 | +export { FieldPath } |
| 55 | + |
| 56 | +export { FieldValue } |
| 57 | + |
| 58 | +export { Firestore } |
| 59 | + |
| 60 | +// Warning: (ae-forgotten-export) The symbol "App" needs to be exported by the entry point index.d.ts |
| 61 | +// |
| 62 | +// @public (undocumented) |
| 63 | +export function firestore(app?: App): _firestore.Firestore; |
| 64 | + |
| 65 | +// @public (undocumented) |
| 66 | +export namespace firestore { |
| 67 | + import v1beta1 = _firestore.v1beta1; |
| 68 | + import v1 = _firestore.v1; |
| 69 | + import BulkWriter = _firestore.BulkWriter; |
| 70 | + import BulkWriterOptions = _firestore.BulkWriterOptions; |
| 71 | + import CollectionGroup = _firestore.CollectionGroup; |
| 72 | + import CollectionReference = _firestore.CollectionReference; |
| 73 | + import DocumentChangeType = _firestore.DocumentChangeType; |
| 74 | + import DocumentData = _firestore.DocumentData; |
| 75 | + import DocumentReference = _firestore.DocumentReference; |
| 76 | + import DocumentSnapshot = _firestore.DocumentSnapshot; |
| 77 | + import FieldPath = _firestore.FieldPath; |
| 78 | + import FieldValue = _firestore.FieldValue; |
| 79 | + import Firestore = _firestore.Firestore; |
| 80 | + import FirestoreDataConverter = _firestore.FirestoreDataConverter; |
| 81 | + import GeoPoint = _firestore.GeoPoint; |
| 82 | + import GrpcStatus = _firestore.GrpcStatus; |
| 83 | + import Precondition = _firestore.Precondition; |
| 84 | + import Query = _firestore.Query; |
| 85 | + import QueryDocumentSnapshot = _firestore.QueryDocumentSnapshot; |
| 86 | + import QueryPartition = _firestore.QueryPartition; |
| 87 | + import QuerySnapshot = _firestore.QuerySnapshot; |
| 88 | + import ReadOptions = _firestore.ReadOptions; |
| 89 | + import Settings = _firestore.Settings; |
| 90 | + import Timestamp = _firestore.Timestamp; |
| 91 | + import Transaction = _firestore.Transaction; |
| 92 | + import UpdateData = _firestore.UpdateData; |
| 93 | + import WriteBatch = _firestore.WriteBatch; |
| 94 | + import WriteResult = _firestore.WriteResult; |
| 95 | + import setLogFunction = _firestore.setLogFunction; |
| 96 | +} |
| 97 | + |
| 98 | +export { FirestoreDataConverter } |
| 99 | + |
| 100 | +export { GeoPoint } |
| 101 | + |
| 102 | +// @public (undocumented) |
| 103 | +export function getFirestore(app?: App): _firestore.Firestore; |
| 104 | + |
| 105 | +export { GrpcStatus } |
| 106 | + |
| 107 | +export { Precondition } |
| 108 | + |
| 109 | +export { Query } |
| 110 | + |
| 111 | +export { QueryDocumentSnapshot } |
| 112 | + |
| 113 | +export { QueryPartition } |
| 114 | + |
| 115 | +export { QuerySnapshot } |
| 116 | + |
| 117 | +export { ReadOptions } |
| 118 | + |
| 119 | +export { setLogFunction } |
| 120 | + |
| 121 | +export { Settings } |
| 122 | + |
| 123 | +export { Timestamp } |
| 124 | + |
| 125 | +export { Transaction } |
| 126 | + |
| 127 | +export { UpdateData } |
| 128 | + |
| 129 | +export { v1 } |
| 130 | + |
| 131 | +export { WriteBatch } |
| 132 | + |
| 133 | +export { WriteResult } |
| 134 | + |
| 135 | + |
| 136 | +// (No @packageDocumentation comment for this package) |
| 137 | + |
| 138 | +``` |
0 commit comments