{"id":20084512,"url":"https://github.com/dhtmlx/firebase-gantt","last_synced_at":"2025-05-06T01:31:58.995Z","repository":{"id":30693927,"uuid":"34249892","full_name":"DHTMLX/firebase-gantt","owner":"DHTMLX","description":"Firebase adapter for DHTMLX Gantt","archived":false,"fork":false,"pushed_at":"2015-08-24T17:13:57.000Z","size":557,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-23T10:11:32.450Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://dhtmlx.com/docs/products/dhtmlxGantt/","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/DHTMLX.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":"2015-04-20T09:02:13.000Z","updated_at":"2022-07-09T04:21:55.000Z","dependencies_parsed_at":"2022-08-26T09:00:36.463Z","dependency_job_id":null,"html_url":"https://github.com/DHTMLX/firebase-gantt","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/DHTMLX%2Ffirebase-gantt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Ffirebase-gantt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Ffirebase-gantt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Ffirebase-gantt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DHTMLX","download_url":"https://codeload.github.com/DHTMLX/firebase-gantt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252604368,"owners_count":21775091,"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-13T15:52:16.406Z","updated_at":"2025-05-06T01:31:58.062Z","avatar_url":"https://github.com/DHTMLX.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Firebase adapter for dhtmlxGantt\n=============================\n\nLibrary allows using [dhtmlxGantt](http://dhtmlx.com/docs/products/dhtmlxGantt) components with [FireBase](https://firebase.com/)\n\nCiting the Firebase site:\n\nWhen data changes, apps built with Firebase update instantly across every device -- web or mobile.\n\nFirebase-powered apps work offline. Data is synchronized instantly when your app regains connectivity.\n\n\nHow to use\n-----------\n\nInclude dhtmlxGantt and Firebase files on the page\n\n```html\n\u003c!-- dhtmlxGantt --\u003e\n\u003cscript src=\"../source/dhtmlx_gantt/sources/dhtmlxgantt.js\"\u003e\u003c/script\u003e\n\u003clink rel=\"stylesheet\" href=\"../source/dhtmlx_gantt/sources/skins/dhtmlxgantt_skyblue.css\"\u003e\n\n\u003c!-- dhtmlxGantt-Firebase adapter --\u003e\n\u003cscript type=\"text/javascript\" src=\"../source/dhtmlx_gantt_firebase.js\"\u003e\u003c/script\u003e\n\n\u003c!-- FireBase --\u003e\n\u003cscript src=\"https://cdn.firebase.com/js/client/2.2.4/firebase.js\"\u003e\u003c/script\u003e\n```\nCreate html for dhtmlxGantt\n\n```html\n    \u003cdiv id=\"gantt_here\" style=\"width: 100%; height: 500px;\"\u003e\u003c/div\u003e\n```\n\nInit dhtmlxGantt\n\n```js\n    gantt.init(\"gantt_here\");\n```\n\nCreate firebase connection and set this to gantt\n\n```js\n    var data = new Firebase(\"https://dhtmlxgantttest.firebaseio.com/\"),\n    //Load data from first collections.\n    gantt.firebase({tasks: data.child(\"tasks\"), links: data.child(\"links\")});\n```\n\nStop the data adapter\n\n```js\n    gantt.firebaseStop();\n```\n\nThat is it.\n\nLicense\n----------\n\nDHTMLX is published under the GPLv3 license.\nFirebase adapter is published under MIT license\n\nLicense:\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\tIN THE SOFTWARE.\n\nCopyright (c) 2015 DHTMLX\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhtmlx%2Ffirebase-gantt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhtmlx%2Ffirebase-gantt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhtmlx%2Ffirebase-gantt/lists"}