You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, So I have recently tried to use localstore to store chats locally for chatbot. The issue I'm facing is that the insertion of data is incorrect, that is, it's not behaving as expected. This is my code. For storing data,
And this for displaying it on screen,
And this is what is displayed,
The value gets overwritten every time I press the button, while it should have appended the new values. The debug output of the collection, (Each line is printed when I press the button.)
Would be great if someone could help me out in this. Thank you.
The text was updated successfully, but these errors were encountered:
SupreetRonad
changed the title
Insertion of data is incorrect
Facing issue with storing and retrieving.
Sep 6, 2021
Hey guys, So I have recently tried to use localstore to store chats locally for chatbot. The issue I'm facing is that the insertion of data is incorrect, that is, it's not behaving as expected. This is my code. For storing data,
And this for displaying it on screen,
And this is what is displayed,
The value gets overwritten every time I press the button, while it should have appended the new values. The debug output of the collection, (Each line is printed when I press the button.)
Would be great if someone could help me out in this. Thank you.
The text was updated successfully, but these errors were encountered: