Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/firestore/collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ export class AppComponent {

**When would you not use it?** - When you just need a list of data. This is a more advanced usage of AngularFirestore.

**Best Practices** -

#### Example
```ts
import { Component } from '@angular/core';
Expand Down Expand Up @@ -270,8 +268,6 @@ There are three `DocumentChangeType`s in Firestore: `added`, `removed`, and `mod
}
```

**Note:** Using

#### Component Sample
```ts
import { Component } from '@angular/core';
Expand Down