Have been trying to get data from my classes automatically through my cloud function as such
const { data } = useMoralisCloudFunction(“renderChat”, {}, { autoFetch: true, live:true });
and it does not seem to work I have looked around and there does seem to be some inconsistency with automatic and live fetching in cloud functions could someone get back to me