Skip to content

Commit bbb97de

Browse files
authored
docs(upgrade): connectFirestoreEmulator (#3041)
1 parent 7e931cb commit bbb97de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/version-7-upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In order to better support the tree-shakability introduced in Firebase v9 & to r
4747
provideFirebaseApp(() => initializeApp(config)),
4848
provideFirestore(() => {
4949
const firestore = getFirestore();
50-
connectEmulator(firestore, 'localhost', 8080);
50+
connectFirestoreEmulator(firestore, 'localhost', 8080);
5151
enableIndexedDbPersistence(firestore);
5252
return firestore;
5353
}),

0 commit comments

Comments
 (0)