We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3275f commit 6a2f4a4Copy full SHA for 6a2f4a4
docs/guide/getting-started.md
@@ -38,7 +38,6 @@ Most of the time, you should gather collection references in one of your files a
38
39
```js
40
import { initializeApp } from 'firebase/app'
41
-import { getFirestore } from 'firebase/firestore'
42
import { getDatabase, dbRef } from 'firebase/database'
43
// ... other firebase imports
44
0 commit comments