Skip to content

Commit 73d5a1f

Browse files
authored
docs(): update docs link
1 parent 76104ef commit 73d5a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install-and-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ ng serve
146146

147147
Your Angular app will compile and serve locally, visit it we should see an empty list.
148148

149-
In another tab [start adding data to an `items` collection in Firestore](https://firebase.corp.google.com/project/_/database/firestore/data). *As we're not authenticating users yet, be sure to start Firestore in **test mode** or allow reading from the `items` collection in Security Rules (`allow read: if true`).*
149+
In another tab [start adding data to an `items` collection in Firestore](https://console.firebase.google.com/project/_/database/firestore/data). *As we're not authenticating users yet, be sure to start Firestore in **test mode** or allow reading from the `items` collection in Security Rules (`allow read: if true`).*
150150

151151
Once you've created a `items` collection and are inserting documents, you should see data streaming into your Angular application.
152152

0 commit comments

Comments
 (0)