The goal: is to show a red heart icon when the user is in a 'favorite' array, ELSE it shows a grey heart icon.
Situation: Right now, the icon gets displayed correctly on the initial load (From Firebase), and every time, you click on the icon, it either adds or removes the user from the 'favorite' array. The only problem is that the icon color doesn't react according to the data (It doesn't change colors when I tap the icon)