FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
How I Built a Free German Learning App with Firebase + Vanilla JS (No Framework)
How-ToWeb Development

How I Built a Free German Learning App with Firebase + Vanilla JS (No Framework)

via Dev.to WebdevYavuz Utku Varol13h ago

I've been learning German for a while and couldn't find a tool that fit my workflow — most apps are either too gamified or locked behind paywalls. So I built my own: AlmancaPratik, a free web app for Turkish speakers learning German. Here's the stack I used and what I learned along the way. Stack Vanilla JS (ES Modules, no React/Vue) Firebase Auth (Google Sign-In) Firestore (user data — words, texts) GitHub Pages (hosting — completely free) Zero server costs. Zero monthly fees. Architecture Every user's data lives under their own Firestore path: users/{userId}/words/{wordId} users/{userId}/texts/{textId} Firestore Security Rules handle authorization — only the authenticated user can read/write their own data: jsmatch /users/{userId}/{document=**} { allow read, write: if request.auth.uid == userId; } No backend needed. The rules ARE the backend. The Interesting Part — Example Sentences When a user saves a German word, they can click it to see real usage examples. I pull these from two p

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
7 views

Related Articles

Tripo HD Model H3.1: From Text and Images to Game-Ready 3D
How-To

Tripo HD Model H3.1: From Text and Images to Game-Ready 3D

Medium Programming • 1h ago

Group14 opens factory to produce battery materials for flash charging EVs
How-To

Group14 opens factory to produce battery materials for flash charging EVs

TechCrunch • 1h ago

When startups become a family business
How-To

When startups become a family business

TechCrunch • 1h ago

The Adventures of Blink S5e2: Logs and Configs
How-To

The Adventures of Blink S5e2: Logs and Configs

Dev.to • 2h ago

How to Watch the Oscars (2026)
How-To

How to Watch the Oscars (2026)

Wired • 2h ago

Discover More Articles