You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install-and-setup.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ ng serve
146
146
147
147
Your Angular app will compile and serve locally, visit it we should see an empty list.
148
148
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`).*
150
150
151
151
Once you've created a `items` collection and are inserting documents, you should see data streaming into your Angular application.
0 commit comments