webdevatlanta / GroupCollaborationTool

Tool to allow developers to collaborate on open source and private projects
https://groupcollaborationtool.web.app
1 stars 21 forks source link

De-duplicate displayName, remove from Profile. #94

Closed abrie closed 4 years ago

abrie commented 4 years ago

It's enough to have displayName only in the Users collection. Before this PR, the displayName property was duplicated across the Profile and User documents. With this PR there is one source of truth: the auth.currentUser.displayName property.