Nowadays, football has become a very popular sport and billions of people watch their favorite teams and football players on TV almost every week.
Undoubtedly, the best part of football is the conversations before and after the match. Football spectators have an opinion about the players and they love football players, they even make a collection of their pictures.
The company I work for is a game company and I think that football fans can enjoy a system that can allow fans to score players and compare them to each other. The squad of the week can be made from the players with the highest score.
If we were talking about a few players we wouldn't need a database. But there are thousands of well-known players and this situation pushes us to establish a database.
Users can register the player they want to the system by giving their opinion about him/her performance and categorize them. So they can make their favorite footballer one of the players of the squad of the week.
We want to create a table where the player's name is on the left and the performance criteria we have determined are on the right, and we want to select them on the database. We need the "skeleton" link which we will write in "head" of our HTML document to create this table.
We can enter the following codes to create a drop-down list with a pre-selected option on the right side of the table.
Then, we need to save the filled form in our
Firebase
Database.
As new users express their opinions, new data entry is provided with the following codes.

This database will allow us to choose the top 11 despite many user opinions and many players.