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.
Resolved bug #174 and added functionality #160. The bug that's resolved here is the problem that the user was facing by getting his personal details changed all of a sudden and the functionality that has been added is the Personal Information Activity where we'll show the personal information of the user and finally I've set the rule for the realtime database to be only read and write by the authorized users of this application.
Checklist
[x] The PR title starts with "Fix #bugnum: ", followed by a short, clear summary of the changes. (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".)
[ ] The PR explanation includes the words "Fixes #bugnum: ..." (or "Fixes part of #bugnum" if the PR only partially fixes an issue).
[x] The PR does not contain any unnecessary auto-generated code from Android Studio.
[x] The PR does not break any part of the existing code.
[x] The PR creator have carefully read & adher to the contributing guidelines of the project.
[x] The PR is made to the branch that's called "develop".
[x] The PR is made from a branch that is up-to-date with "develop".
Explanation
Resolved bug #174 and added functionality #160. The bug that's resolved here is the problem that the user was facing by getting his personal details changed all of a sudden and the functionality that has been added is the Personal Information Activity where we'll show the personal information of the user and finally I've set the rule for the realtime database to be only read and write by the authorized users of this application.
Checklist