CONTROL THE SCREEN TIME OF YOUR KIDS

What's the project about?

This project is designed to help parents to control the screen time of their kids. It is based on Google's FireBase Realtime DataBase technology. Here we can access to phone users' data. It allows us to select the users under 18 years old. based on this result, we can do more to reduce the time they spend in front of the screen as following:

Time Limits

Easily set daily time limits for your children to avoid excessive usage of the phone.

Web History

Keep an eye on your kid’s web history so you know they’re surfing safe.

Block apps

Protect your kids from specific inappropriate apps by blocking completely.

How to code it

1. First we should have data of the users in our database. For the Firebase, you can check how it really work on Firebase
2. Create a new Glitch project and integrate realtime Firebase:
Click on "Settings", "Project settings" in the sidebar
Add a web app by clicking on the "/"
Register your web app: set a name and click the "Register app" button
You should now get the code to include in our Web page: the link to the Firebase client library and the code needed to connect to our Firebase project.
You can now click the "Continue to console" to get back to your Firebase project's settings and see your brand new registered app.

3.Then we use Queries to filter them by age and retrieve only the users that are under 18 years old:

4. Now we see the results: