diff --git a/docs/firestore/collections.md b/docs/firestore/collections.md index 5a050fc26..b6683d13f 100644 --- a/docs/firestore/collections.md +++ b/docs/firestore/collections.md @@ -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'; @@ -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';