A newbie and I am using Wix with Corvid. I followed the example from exporting a collection to json data provided by wix. I have admin-limited privileges. The collection has permission set at form-submission (I tried all permissions to see if that made a difference and no joy). But when I test the function I get back:
{“error”:{“name”:“Error”,“errorGroup”:“User”,“code”:“WD_PERMISSION_DENIED”,“level”:“warn”}}
I can’t find any links that give info on error messages for Corvid or in Firebase domain. Any assistance is appreciated.
I need to sync the website users with the mobile app, so I need to dump the chat user table from the website into the mobile app tables for now. I followed the examples from this link: https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions , just modified the find to return all records. I am assuming the collections are firebase based.