Firebase Database Error - Expected a Map while deserializing, but got a class java.util.ArrayList
问题 Edit: Figured it out, check my posted answer if you're having similar issues. I know there are several questions about this issue, but none of their solutions are working for me. In my model class I have made sure to use List instead of Arraylist to avoid Firebase issues, but am still getting this error. It's a lot of code but most questions ask for all the code so I'll post it all. TemplateModelClass.java // I've used this basic model successfully many times. For the HashMaps<String, List