cpadilla / RockZombot-EBS

Extension Backend Service for RockZombot
1 stars 0 forks source link

Store per user information #6

Open cpadilla opened 6 years ago

cpadilla commented 6 years ago

From the documentation (https://dev.twitch.tv/docs/extensions#opaque-ids)

We encourage developers to use their EBS to store per-viewer information, using opaque IDs as keys.

We will need to save viewer ids in order to implement the loyalty system (user gains points for watching). We need some kind of a backend system for doing this (probably including setting up a database for storing user information).

Jarmahent commented 6 years ago

Make a wrapper for an SQL database? or whatever type of database you want to use. For the backend

cpadilla commented 6 years ago

Lets open another ticket for the database wrapper. We can use SQL.