From 38c06d37b59d2a3bcc9a02c221ccb2ab7fe49cf7 Mon Sep 17 00:00:00 2001 From: Naod Yeheyes Date: Wed, 17 Aug 2022 16:39:53 -0400 Subject: [PATCH] fix(firestore): added missing export (#1874) --- src/firestore/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/firestore/index.ts b/src/firestore/index.ts index 0f5dfc4ecd..104f63c258 100644 --- a/src/firestore/index.ts +++ b/src/firestore/index.ts @@ -55,6 +55,7 @@ export { QuerySnapshot, ReadOptions, ReadOnlyTransactionOptions, + ReadWriteTransactionOptions, Settings, SetOptions, Timestamp,