https://github.com/bencornelis/spreadsheet_to_firebase
https://github.com/bencornelis/spreadsheet_to_firebase
dropzonejs firebase rails
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bencornelis/spreadsheet_to_firebase
- Owner: bencornelis
- Created: 2015-10-26T02:50:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T22:52:51.000Z (almost 9 years ago)
- Last Synced: 2025-03-14T10:26:48.793Z (over 1 year ago)
- Topics: dropzonejs, firebase, rails
- Language: Ruby
- Homepage: https://lit-caverns-34623.herokuapp.com/
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://lit-caverns-34623.herokuapp.com/
### About
Upload spreadsheet data to your firebase app. It generally works for files with up to 30,000 rows, but larger files will lead to a heroku timeout.
The only assumption made about the spreadsheet form is that all column names, which will be keys in firebase, are on the top row.
### Setup
To get started run:
* `bundle`
* `rake db:create`
* `rake db:migrate`
To run the tests:
* `rake db:test:prepare`
* `rspec`
Before uploading a spreadsheet, make sure your firebase app gives full write access.