Write your first query
We'll be using Firestore. Just follow the instructions below.
- 1.
- 2.Scan the docs, especially the "Get a document" section.
- 3.Open another tab and go to Glitch.com.
- 4.Create a Glitch.com account and click around a bit to get comfortable.
- 5.
- 6.Look over the code in
index.html
and read the comments. - 7.Try to query the
star-wars-people
collection inside thegetPeople()
function
- 1.Click the "Show" button on your glitch to pop open a preview of your page.
- 3.
- 1.
- 2.Check out the solution in
complete.html
and watch the solution video!
Last modified 5yr ago