Skip to content

Commit 243184e

Browse files
authored
docs(afs): Fix the stackblitz link on the querying example (#1182)
1 parent 637743e commit 243184e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/firestore/querying-collections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ size$.next('small');
7777

7878
**Example app:**
7979

80-
[See this example in action on StackBlitz](https://stackblitz.com/edit/angularfire-db-api-bimovw).
80+
[See this example in action on StackBlitz](https://stackblitz.com/edit/angularfire-db-api-fbad9p).
8181

8282
```ts
8383
import { Component } from '@angular/core';
@@ -170,4 +170,4 @@ export class AppComponent {
170170
}
171171
```
172172

173-
### [Next Step: Getting started with Firebase Authentication](../auth/getting-started.md)
173+
### [Next Step: Getting started with Firebase Authentication](../auth/getting-started.md)

0 commit comments

Comments
 (0)