Commit graph

3 commits

Author SHA1 Message Date
c988143921 add isActive field to dev, checks for user existance on sign up to not overwrite inactive profiles 2020-05-16 13:40:07 +02:00
81c9db61bb use an enum for routes and statuses 2020-05-14 17:39:10 +02:00
Ruidy
07dd7c5624
Signin (#6)
* install redux and set authSlice

* connect navBar to the sotre

* create User type

* install react-redux-firebase

* bind to firebase

* connect App to firebase auth; display splash screen while loading auth state

* install firestore

* install firestore

* enable interactive form

* signup page functional

* fix navbar bug

* extract useForm hook

* extract Alert component

* sign in page functional

* commenting

* log out function

* add private route
2020-05-14 14:18:22 +02:00