I have this class called CardModel that acts like a container and stores the cardName (as string), a caption (string), gps coordinates (double), and a few other things. I want to be able to store a cardModel object into Firebase. But it seems Firebase storage only deals with Files/URI/ and anything to do with photos or videos. Must I use the Firebase real time database to store my customized objects? And can Firebase database be the only one to store simple data types such as strings, doubles, and ints?
Hope you guys can help.
Cheers~