Hi,
Our website is hosted on firebase, and we are using AMP for our website, now we are going to create shopping page for our website, means all eCommerce functions are there
Eg: product details, add to cart, checkout etc, now we want create database for our shopping page, and we have create realtime database in firebase of products( eg. product-name, price, Quantity, size, color, ), and that database we export in to json file, but now we can not understand how to fetch that database's data into our html document, or how to connect it.