[New Feature] Add firestore to data layer

This commit is contained in:
Qolzam
2017-11-30 13:41:02 +07:00
parent 92379b615c
commit 22a5b46f36
67 changed files with 1844 additions and 615 deletions

View File

@@ -6,7 +6,9 @@ export class Profile extends BaseDomain {
public fullName: string,
public banner: string,
public tagLine: string,
public email?: string | null) {
public creationDate: number,
public email?: string | null
) {
super()
}