JohnCoene / firebase

Google FIrebase for shiny
https://firebase.john-coene.com
GNU Affero General Public License v3.0
171 stars 26 forks source link

list_files_all returns dirs #39

Closed ncullen93 closed 2 years ago

ncullen93 commented 2 years ago

fixes the issue where list_files_all returns the files and sub-directories in a directory reference instead of just the file names. This may affect things if the reference is just a single file... presumably people will have to call response$items instead of just response

Should also note that changing the storage.js files doesn't really do much.. assuming I need to use packer. Editing the core.js file in the inst/ folder did the trick but I think that's because the packed core.js contains duplicate code for storage.js while the core.js file in the srcjs/ folder does not.

ncullen93 commented 2 years ago

definitely an issue with this code since including any reactable output makes the query fail. Not sure why that is.