botkit-storage-firebase
botkit-storage-firebase copied to clipboard
more collections
Hi,
It seems we can only save teams, users and channels - How can we save more data ?
Thanks ! Vincent
From the readme:
// then you can use the Botkit storage api, make sure you have an id property var beans = {id: 'cool', beans: ['pinto', 'garbanzo']}; controller.storage.teams.save(beans); beans = controller.storage.teams.get('cool');