Skip to content

Commit

Permalink
Merge pull request #523 from Gentor600/master
Browse files Browse the repository at this point in the history
Fixed typo: "the the" to "the"
  • Loading branch information
codediodeio committed Jan 21, 2022
2 parents 410fa6b + 0d822f1 commit 403bbad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export class ChatService {

### Joining User Profile Data to Chat Messages

The code below is the the most advanced part of this lesson. It grabs the unique IDs from the chat messages array, then joins the user profile data to each message and keeps the entire payload synced in realtime. I highly recommend also watching the [Advanced Firestore Joins lesson](/lessons/firestore-joins-similar-to-sql/) if you get lost in this section.
The code below is the most advanced part of this lesson. It grabs the unique IDs from the chat messages array, then joins the user profile data to each message and keeps the entire payload synced in realtime. I highly recommend also watching the [Advanced Firestore Joins lesson](/lessons/firestore-joins-similar-to-sql/) if you get lost in this section.

```typescript
joinUsers(chat$: Observable<any>) {
Expand Down

0 comments on commit 403bbad

Please sign in to comment.