Get Pet

Get Pet

An app that digitalizes pet adoption.

Get Pet

Get Pet

An app that digitalizes pet adoption.

The problem Get Pet solves

People have problems in adopting pets due to less choices available in pet shelters. Our app provides a wider variety of choices as anyone can post their pet for adoption. User can easily choose a pet according to his preferences.

Challenges we ran into

One of the problems we faced was sending notification. After learning how to send notification using firebase messaging services we applied the knowledge to our app but we did not know where to get the server key in newer version of firebase. After searching on the internet we finally found the server key but still the notification was not going due to not making a notification channer. After learning about notification channel the notification started going in android 10 and 11 but not in android 12. Then after studying more we found that there was some problems with pending intent on android 12 so we wrote another code from google docs involving taskstackbuilder and then finally the notification feature was properly implemented.

Discussion