MyMemory A simple memory game in which users can create custom cards by uploading images from their phone storage to Firebase firestore.
Player can choose one of three difficulty levels. Players can create games with up to 12 pairs of cards. This project showcases accessing data from Firebase Firestore, implementation of a Grid Layout with a custom adapter, getting images from iternal storage, formatting images in order to save them to a database, "sending" data from one activity to another.