Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
thuypham03 committed Apr 16, 2024
1 parent 0802038 commit 234e08a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions versioned_docs/version-2024sp/lecture7.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,10 @@ const db = getFirestore();
export { db };
```

6. Import `db` wherever you need to interact with the database!
6. Import `db` wherever you need to interact with the database!

``` typescript
import { db } from "./firebase";
```
``` typescript
import { db } from "./firebase";
```


0 comments on commit 234e08a

Please sign in to comment.