HappyNiel / neo-competitor-area

The NEO Competitor Area is a project where teams can create and manage teams for NEO.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

[infra] implement first iteration of Firestore #32

Closed HappyNiel closed 5 years ago

HappyNiel commented 5 years ago

On registration a document will be created of that user, storing the first and last name.

Need to decide what to save later. Fixes #29

On init of the application, the user info from Firebase Auth and Firestore is requested and saved in the Vuex store.