Hello Dave!
Did you share the app?
Hello Dave!
Did you share the app?
a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a -yes- can you not see it?
Could you clarify it's name please?
Thank you!
We will take a look and let you know.
Hi Dave.
We can see you app shared with us.
Please provide us information about how we can reproduce your problem.
And also give us desired steps(how do you want it to work).
Regards.
New user registers
Enters new meds or new doctors into forms in app (UI) which posts that info to the collections (MedsColl and DocsColl)
Their entries should only be seen by them alone. Each registered user should only see their own entries in the collections and no one elses.
This way everyone that downloads and registers within the application will have to log in each time they open it, and will only see lists of meds or doctors THEY have personally entered into the app.
Make sense? Thanks.
Hi Dave.
I see following problems in your implementation:
1 In create "meds" service you don't have "userId" field. This field should be auto filled with current user "_id".
http://prntscr.com/3ytdos/direct
Did you add "userId" field in your collection as suggested?
2 You have enable "secure collection" in your collection settings. Please disable it.
http://prntscr.com/3ytenq/direct
Regards.