So I am starting to use a simple database where in it will show your previous text you type in the editor even on browser refresh.
So it will simply pull out the last item and display it
However, I have now users with sign up and login.
Say user 1 saved the document it will work and it will show his previous text even I refresh browser
But it will also the same case with user2 which will show whatever editext text the last user did on the editor.
I want it to display only the saved text that has been done by the user and not globaly for everyone
Thanks in advance