POLYTALON / climbing-gym-app

App designed for climbing gyms and climbers alike.
https://polytalon.com/
GNU General Public License v3.0
14 stars 1 forks source link

Database schema #22

Closed VoigtSebastian closed 3 years ago

VoigtSebastian commented 3 years ago

We need to plan a valid database schema that allows for users, climbing gyms and their relationship.

Generally all of the data above is a must, additional information should be easy to add if necessary. Therefore we should start planing and actually implementing the scheme soon.

LugsoIn2 commented 3 years ago

For information and help us to remember

We don't need the user name in Firestore, the name is stored at the auth Object from Firebase_auth, i think otherwise we manage it twice.

LugsoIn2 commented 3 years ago

closed by Team