Nick
Nick
Nothing is preventing you from creating a Docker version of this project. The goal is to provide a simple set of code to show how to use the platform to...
So the users are being [marked as VERIFIED](https://developers.google.com/assistant/conversational/save-data#determining_and_handling_user_verification_status) but data is still not being saved?
This behavior only occurs for a GSuite account, but not a Gmail account? An alternative would be to use account linking and use your own database solution.
You may be interested in looking at [a similar commit](https://github.com/actions-on-google/assistant-conversation-nodejs/commit/2847326ab811c6915d855b0ca227a45ce8f04d0c) done to the assistant/conversation lib
I can reproduce this behavior with resuming not working. Additionally, as one cannot get the playback offset or set it, it would be difficult to resume it yourself. I will...
So the issue is with v3, but not v2? Even though your order object is the same?
I think that would be useful. In building the revised library, we wanted to ensure the framework was flexible enough to work with different frameworks, even if we didn't add...
In JSON and Javascript, keys and variables are case-sensitive.
Can you try moving to `conv.user.storage`? I'll file a bug about the expiration of session data. There may be a hard timeout.
Yeah you'd be able to store the timestamp for a session within Firestore, then create a cloud function connected to Cloud Scheduler to clear out old entries.