Feature Request: Global object that has persistent properties
I'm thinking of requesting to enhance $vivContext to allow persisting whatever properties you add to it. i.e.
$vivContext.alfred = 1; // on next access, it should be 1
Right now, that's not how $vivContext works. I think this will definitely solve the session/state management limitation in Bixby right now. Developer will no longer need external site/database in case they need persistent data (say small data only). Though right now there are workarounds by passing same JavaScript object from an Action's output to input. But it's pretty hard to get the right model.
Or, instead of enhancing $vivContext, maybe a new global object might be better. i.e. $vivSession
Please sign in to leave a comment.
Comments
0 comments