#44 first try at firebase use-cases
This commit is contained in:
parent
27c45842f2
commit
46824f4498
16 changed files with 294 additions and 7 deletions
|
@ -0,0 +1,3 @@
|
|||
package be.ugent.sel.studeez.data.local.models
|
||||
|
||||
data class User(val id: String = "", val isAnonymous: Boolean = true)
|
Reference in a new issue