sourabhkumar47 / ResQFood

ResQFood is a platform dedicated to the noble cause of reducing food wastage by facilitating the redistribution of surplus food during late-night hours before restaurant closures. Our mission is to ensure that excess inventory finds a purposeful destination rather than ending up in landfills, contributing to a more sustainable and compassionate foo
MIT License
19 stars 38 forks source link

Credential manager and corouties added #44

Closed HemangMishra1234 closed 2 months ago

HemangMishra1234 commented 2 months ago

Added credential manager replacing the deprecated method of google sign available in Firebase documentation. Added coroutines during sign in to improve performance. Removed the temproary home screen. Added functionality that users (if already logged in) will be directed to main screen without any lag.

Update regarding bug in sign in using google and phone number: The problem is related to different SHA1 certificates on different android studio setups. Yet figuring out the solution. Till then use login with email.

Anyone who wants to test the app I fill be providing the apk file of the signed app.

sourabhkumar47 commented 2 months ago

Added credential manager replacing the deprecated method of google sign available in Firebase documentation. Added coroutines during sign in to improve performance. Removed the temproary home screen. Added functionality that users (if already logged in) will be directed to main screen without any lag.

Update regarding bug in sign in using google and phone number: The problem is related to different SHA1 certificates on different android studio setups. Yet figuring out the solution. Till then use login with email.

Anyone who wants to test the app I fill be providing the apk file of the signed app.

At project setup in the readme file, include the note "Please use email for login until further notice"