I am trying to make a very simple app to document Day trades executed. ME and 2 other partners are using the version I have published but anytime they add a journal entry it is visible in all of our apps. How do I seperate this where it is private to each user?
You should be applying row owners (more secure) to the table or filtering (less secure) to the collection. Do this by writing the signed in user’s email to the row when it’s added.
1 Like
An old post but still relevant and hopefully useful.
1 Like