<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [lite](./firestore_lite.md) &gt; [FirebaseFirestore](./firestore_lite.firebasefirestore.md)

## FirebaseFirestore class

The Cloud Firestore service interface.

Do not call this constructor directly. Instead, use [getFirestore()](./firestore_.getfirestore.md)<!-- -->.

<b>Signature:</b>

```typescript
export declare class FirebaseFirestore 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [app](./firestore_lite.firebasefirestore.app.md) |  | [FirebaseApp](./app.firebaseapp.md) | The [FirebaseApp](./app.firebaseapp.md) associated with this <code>Firestore</code> service instance. |

## Methods

|  Method | Modifiers | Description |
|  --- | --- | --- |
|  [toJSON()](./firestore_lite.firebasefirestore.tojson.md) |  | Returns a JSON-serializable representation of this Firestore instance. |

