Skip to content

Commit 727ec62

Browse files
author
Brian Chen
committed
update provider
1 parent 1832824 commit 727ec62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/firestore/test/util/api_helpers.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ export function newTestFirestore(): Firestore {
7272
database: '(default)'
7373
},
7474
new Provider('auth-internal', new ComponentContainer('default')),
75-
new MultiTabIndexedDbComponentProvider()
75+
offlineComponentProvider,
76+
onlineComponentProvider
7677
);
7778
}
7879

0 commit comments

Comments
 (0)