I have an salesforce object stores which needs to be accessed by all users(logged-in and guest users). I tried in "user profiles" but later realized its only for userd logged into the system that can have profile.
So what about guest users? how do guest users view data?
I am using nodejs-nforce and didn't find anyting related to that.