Skip to content

Commit 96069c4

Browse files
committed
no firestore
1 parent e12ec04 commit 96069c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/api/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class Firestore extends LiteFirestore {
121121
// usage throws an exception.
122122
configureFirestore(this);
123123
}
124-
return null;
124+
return this._firestoreClient!.terminate();
125125
}
126126
}
127127

0 commit comments

Comments
 (0)