Aktualizovat README.md

This commit is contained in:
2026-06-16 16:50:57 +00:00
parent 5231b0ead7
commit 59b89fb276

View File

@@ -37,12 +37,7 @@ Journi is a web application for journaling and visualizing travel experiences. U
## Backend — Firebase
![Firestore diagram](public/DB-diagram.PNG)
Journi uses Firebase as its backend. Users sign in with Google through Firebase Authentication, and their data is linked to their user ID.
Firestore stores user profiles in `users/{uid}` and journal entries in `users/{uid}/entries/{id}`. Firebase Storage stores uploaded trip photos.
Firebase Security Rules protect the data, so authenticated users can only read and write their own profiles, entries, and photos.
Journi uses Firebase as its backend. Users sign in with Google through Firebase Authentication, and their data is linked to their user ID. Firestore stores user profiles in `users/{uid}` and journal entries in `users/{uid}/entries/{id}`. Firebase Storage stores uploaded trip photos. Firebase Security Rules protect the data, so authenticated users can only read and write their own profiles, entries, and photos.
---