{"id":19916834,"url":"https://github.com/srackham/flux-backbone-firebase-todo","last_synced_at":"2025-10-28T21:08:09.513Z","repository":{"id":24125028,"uuid":"27513642","full_name":"srackham/flux-backbone-firebase-todo","owner":"srackham","description":"Didactic Todo app written using Flux, Backbone, Firebase and React.","archived":false,"fork":false,"pushed_at":"2014-12-03T23:47:04.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T23:34:28.229Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srackham.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-03T23:42:23.000Z","updated_at":"2016-04-24T02:32:21.000Z","dependencies_parsed_at":"2022-08-22T11:01:34.917Z","dependency_job_id":null,"html_url":"https://github.com/srackham/flux-backbone-firebase-todo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Fflux-backbone-firebase-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Fflux-backbone-firebase-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Fflux-backbone-firebase-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Fflux-backbone-firebase-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srackham","download_url":"https://codeload.github.com/srackham/flux-backbone-firebase-todo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241347250,"owners_count":19948120,"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-11-12T21:47:45.896Z","updated_at":"2025-10-28T21:08:04.469Z","avatar_url":"https://github.com/srackham.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flux Backbone Firebase Todos Example\n\nThis is the [Flux Backbone Todos\napp](https://github.com/srackham/flux-backbone-todo) with minor\nmodifications to add [Firebase](https://www.firebase.com/)\npersistance.\n\nThe changes are minimal, largely amounting to replacing the Backbone\nTodo Collection with a\n[BackboneFire](https://github.com/firebase/backbonefire)\nCollection. The remaining changes replaced node modules with\n`\u003cscript\u003e` tags because Firebase JavaScript modules are not (as of\nNovember 2014) distributed via npm -- this in turn does away with the\nneed to bundle the app for distribution using Webpack.\n\n**IMPORTANT**: You will need to create your own Firebase account to\nrun or deploy the application **and** you will need to:\n\n1. Edit `firebase.json` and change the `\"firebase\"` property to your\n   Firebase name.\n2. Edit `./app/app.jsx` change the Collection `url` property to your\n   Firebase URL.\n\n\n## Lessons learnt\n- If the BackboneFire Collection `autoSync` property is `true` (the\n  default value) then do not use Backbone Model/Collection\n  `fetch`/`save`/`destroy` syncing functions --  BackboneFire does\n  that for you.\n\n- The app does not use\n  [ReactFire](https://www.firebase.com/docs/web/libraries/react/),\n  there's no need because the app does not use component State\n  properties.\n\n- Firebase Hosting is HTTPS by default, this means that you need to\n  load external content via HTTPS otherwise you will get browser\n  _Mixed Content_ errors.  If you leave the protocol prefix off a URL\n  the browser treats it as a relative URL and so it will use the same\n  protocol as it used to load the page e.g.\n\n        src=\"//cdn.firebase.com/js/client/2.0.5/firebase.js\"\u003e\u003c/script\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrackham%2Fflux-backbone-firebase-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrackham%2Fflux-backbone-firebase-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrackham%2Fflux-backbone-firebase-todo/lists"}