{"id":23666402,"url":"https://github.com/mismith/firebase-file-uploader","last_synced_at":"2025-12-11T04:30:14.031Z","repository":{"id":57236586,"uuid":"52895814","full_name":"mismith/firebase-file-uploader","owner":"mismith","description":"Use HTML5/modern browsers to store file data processed client-side as base64-encoded data in Firebase","archived":false,"fork":false,"pushed_at":"2016-09-19T22:24:16.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"gh-pages","last_synced_at":"2025-02-08T07:01:57.631Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mismith.github.io/firebase-file-uploader/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mismith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-01T17:26:41.000Z","updated_at":"2017-08-26T16:46:56.000Z","dependencies_parsed_at":"2022-08-23T16:20:19.063Z","dependency_job_id":null,"html_url":"https://github.com/mismith/firebase-file-uploader","commit_stats":null,"previous_names":["mismith/firebase-image-uploader"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mismith%2Ffirebase-file-uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mismith%2Ffirebase-file-uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mismith%2Ffirebase-file-uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mismith%2Ffirebase-file-uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mismith","download_url":"https://codeload.github.com/mismith/firebase-file-uploader/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238957511,"owners_count":19558671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-29T07:30:01.546Z","updated_at":"2025-12-11T04:30:13.989Z","avatar_url":"https://github.com/mismith.png","language":"JavaScript","readme":"# FirebaseFileUploader\n\nUse HTML5/modern browsers to store file data processed client-side as base64-encoded data in Firebase\n\n\n## Usage\n\n\tvar ref = new Firebase(FB_URL + '/files');\n\tvar firebaseFileUploader = new FirebaseFileUploader(ref);\n\n\tdocument.querySelector('[type=file]').addEventListener('change', function (e) {\n\t\tfirebaseFileUploader.process(e.target.files, ref); \n\t});\n\tdocument.addEventListener('paste', function (e) {\n\t\tfirebaseFileUploader.process(e.clipboardData.items, ref); \n\t});\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmismith%2Ffirebase-file-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmismith%2Ffirebase-file-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmismith%2Ffirebase-file-uploader/lists"}