I have an object which has a pointer to the user that created it, because users are no longer publicly readable i cant access the relevant user information anymore such as username and profile photo.
I really need some help to walk me through how to setup a cloud function that can make my query.first function able to get the information of the user in the pointer.
Yes i have looked at the documentation, but after much time trying to get it to work i still cant get it working.
this is quite a frustrating change, although i do understand why the Moralis devs did it. but help asap would be great as the hackathon deadline is nearing.
any help would be really appreciated thanks!
also does the beforeFind trigger work for query.first as well or only query.find?