CSwala / CSwala-android

An app that is a one-stop destination for all the CS enthusiasts, providing resources like Information scrapping techniques, best YT channels, courses available free-of-cost, etc. & knowledge about every domain and field that exists on the Internet related to Computer Science along with News, Jobs, and Internships opportunities in these domains along with valuable tips and hacks from mentors for a particular domain.
54 stars 51 forks source link

Social login have to be Consistent with email login #152

Closed SanjayDevTech closed 1 year ago

SanjayDevTech commented 3 years ago

In social login, we can get display name from the user object itself... But if the user registers via email & password, there is no way to retrieve the name until the user provides his name and we stored it in the separate place.

It won't be a problem now, but it will affect community chat section.. Because without name, it will just display "Unknown".

Conclusion: Add a name field in email password section and while registering in every social logins, push the data to the firestore or realtime db for later fetching..

It will help to add edit profile section : )

SanjayDevTech commented 3 years ago

@riturajjain2000 And I would like to contribute to this issue : )

SanjayDevTech commented 1 year ago

@riturajjain2000 I think you have resetted the project, got this from the commit history. So better to close this issue. Closing by myself :)