Database

on

The last few days i have bin working on the database, or how we can use it. Through a tip from Boris i checked out Firebase. It is a database that works through Google. Whit Firebase you can create a collection. In this collection you can make multiple id’s. These id’s can have multiple ‘fields/ velden’. You can give these fields deferent values.

Whit Javascript i can manipulate the values of those fields. So if someone clicks on a link, I can up the value by 1. That way we are able to see how many people visited specific pages.

I wanna start by making al the id’s and fields and linking them to the code. But the html of the site isn’t finished so at this moment i can’t implement the full database jet.

Leave a comment