collegeconnect / CollegeConnect

College Connect is an Android application aimed to be a one-stop-shop for all the college needs irrespective of college and course. It aims to create a helpful platform for all college students. The app uses Material UI for an attractive interface (subject to improvement) which attracts the user to stay on the app for more time and is available in both Light and Dark mode
https://college-connect.netlify.app
Apache License 2.0
121 stars 68 forks source link

MainActivity.java #56

Open AndyRochol opened 2 years ago

AndyRochol commented 2 years ago

when we write our email address in login page not according to syntax rules of email for e.g; (viratkohli10) , (Sachin820.com) the app will crash because that email is verified by firebase directly and there ne rules to check format of email in firebase so it should be verified on client side