rahulsain / SharedNotes

Created an Android app that helps organisation to share notes with each other. Built with Firebase
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add User to Note Group Automatically #2

Closed rahulsain closed 3 years ago

rahulsain commented 3 years ago

Will be updated accordingly. *

rahulsain commented 3 years ago

Added Email Validation in AddGroup,java

rahulsain commented 3 years ago

We can now see all the groups we are currently part of (using UserEmailID)

rahulsain commented 3 years ago

Fixed Display UserName by fetching data from firestore, now we can see our name in the nav bar

rahulsain commented 3 years ago

Added groupMemberUId to group DB and UserGroups in users DB that both stores UserID and GroupID respectively.

rahulsain commented 3 years ago

Added server timestamp instead of String method

rahulsain commented 3 years ago

Only Specific Group Note author can edit

rahulsain commented 3 years ago

Members can leave the group on your their choice (automatically data updated).

rahulsain commented 3 years ago

admin can disband the group - deletes the data, capture exception carefully