#59 username is now saved to user document on register
This commit is contained in:
parent
57d959a510
commit
e7ab3aadc1
4 changed files with 23 additions and 3 deletions
4
app/src/main/java/be/ugent/sel/studeez/domain/UserDAO.kt
Normal file
4
app/src/main/java/be/ugent/sel/studeez/domain/UserDAO.kt
Normal file
|
@ -0,0 +1,4 @@
|
|||
package be.ugent.sel.studeez.domain
|
||||
|
||||
interface UserDAO {
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
package be.ugent.sel.studeez.domain.implementation
|
||||
|
Reference in a new issue