botkit-storage-firebase icon indicating copy to clipboard operation
botkit-storage-firebase copied to clipboard

Firebase storage module for Botkit

Results 6 botkit-storage-firebase issues
Sort by recently updated
recently updated
newest added

# This GitHub repository has been identified as a candidate for archival This repository has had no activity in more than [x amount of time]. Long periods of inactivity present...

Getting this warning on initialization: ``` FIREBASE WARNING: Exception was thrown by user callback. TypeError: cb is not a function at success (/Users/ankitshekhawat/Downloads/botkit-master 2/node_modules/botkit-storage-firebase/src/index.js:50:13) at c (/Users/ankitshekhawat/Downloads/botkit-master 2/node_modules/firebase/lib/firebase-node.js:240:58) at /Users/ankitshekhawat/Downloads/botkit-master...

I tried this module with a default firebase security rule and I got `Permission denied`. I had to set the rules to: ``` { "rules": { ".read": true, ".write": true...

Hi, It seems we can only save teams, users and channels - How can we save more data ? Thanks ! Vincent

I have an untested branch that has this working, but wanted to know if you'd be interested in this before we pose a PR. in short, firebase has support for...

there are two options: 1. let the user pass the timestamps to the `save` function 2. on the libs side, auto update the `updated_at` timestamp when you evoke Firebase's `.update()`...