When I try to add the Owned pointer to the permissions it freezes and nothing happens.I might be doing something wrong or it could be a bug idk.
Try to refresh the page. If is too much data in the database it could take some time to do that autocomplete
Even when I do save clp, it closes but doesn’t save anything. I open it back up and the owner pointer isn’t there.
what is that Owned pointer? what type of pointer it is?
It is a pointer to a user in the _user class
I also had another question. Can you make a POST request from a rest api to cloud function or just a GET
You can make POST requests too
You usually use ACL for that
Thank you for the help, but I’m a little lost. I’m basically trying to make it to where every object in the class has an “owner” that can read and write to that object, but the owner will change. What’s the best way to do that