Retrieving Products from Firebase
Learn to retrieve data from the Firebase Realtime Database.
We need to retrieve products in the admin
, admin/edit
, category
, and category/item
routes from our database.
Retrieving data in the admin
route
We need to list all the products on the admin
route. Let’s open app/routes/admin.js
and retrieve all the products:
Get hands-on with 1400+ tech skills courses.