ChristofferHolmesland / codetyper

This is a project by members of the KalleTech discord server. We are making a website where you can practice your programming speed.
https://christofferholmesland.github.io/codetyper/
GNU General Public License v3.0
13 stars 8 forks source link

Add a leaderboard #27

Open ChristofferHolmesland opened 3 years ago

ChristofferHolmesland commented 3 years ago

Add a leaderboard that shows the daily / weekly / all-time fastest typers.

This would require a backend server. Right now the best option seems to be the oracle free tier.

iamEvara commented 2 years ago

This would require a backend server. Right now the best option seems to be the oracle free tier.

we already have firebase authentication implemented why not use Firestore then?