File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ describe("firestore", () => {
8484
8585 // [START initialize_persistence]
8686 // Memory cache is the default if no config is specified.
87- initializeFirestore ( app ) ;
87+ initializeFirestore ( app , { } ) ;
8888
8989 // This is the default behavior if no persistence is specified.
9090 initializeFirestore ( app , { localCache : memoryLocalCache ( ) } ) ;
@@ -96,7 +96,7 @@ describe("firestore", () => {
9696 // but more explicit about tab management.
9797 initializeFirestore ( app ,
9898 { localCache :
99- persistentLocalCache ( /*settings*/ { tabManager : persistentSingleTabManager ( ) } )
99+ persistentLocalCache ( /*settings*/ { tabManager : persistentSingleTabManager ( { } ) } )
100100 } ) ;
101101
102102 // Use multi-tab IndexedDb persistence.
You can’t perform that action at this time.
0 commit comments