MaxwellBo / Muncoordinated-2

🇺🇳 Muncoordinated is a Model UN committee management service, (re)written with TypeScript, React, Semantic UI and Firebase.
https://muncoordinated.io/
GNU General Public License v3.0
31 stars 20 forks source link

Country Cookies #186

Open JulianWww opened 1 year ago

JulianWww commented 1 year ago

The Idea In this fork there is a system for delegates to login as a nation and then automatically fill in the nation part of any entry.

If this is something that this project would benefit from, I would port it.

MaxwellBo commented 1 year ago

Okay, so generally country cookies is not the approach I want to take with this one.

Firebase encodes the notion of anonymous authentication: https://firebase.google.com/docs/auth/web/anonymous-auth. Authenticating anonymously gives the user a uid that can uniquely identify users.

I haven't quite worked out the data schema yet but it will use this mechanism. I will update this issue when I have a better idea of how it should work.