React Firebase onSnapshot returning null for mapping function
I seem to be getting the error "filtered.map is not a function" and I'm assuming its because of my onSnapshot returning a null because it hasn't fired yet to pull the data, (aka make it available) to be used to…