Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Firestore

The Cloud Firestore service interface.

Do not call this constructor directly. Instead, use {@link (getFirestore:1)}.

class Firestore {
private constructor();
get app(): FirebaseApp;
type: "firestore-lite" | "firestore";
 
toJSON(): object;
}

§Constructors

§
new Firestore() private
[src]

§Properties

§
app: FirebaseApp readonly
[src]

The {@link @firebase/app#FirebaseApp} associated with this Firestore service instance.

§
type: "firestore-lite" | "firestore"
[src]

Whether it's a Firestore or Firestore Lite instance.

§Methods

§
toJSON(): object
[src]

Returns a JSON-serializable representation of this Firestore instance.