{"id":21997691,"url":"https://github.com/osfunapps/os-firebase-rtd-npm","last_synced_at":"2026-04-05T21:34:06.672Z","repository":{"id":57316402,"uuid":"193886220","full_name":"osfunapps/os-firebase-rtd-npm","owner":"osfunapps","description":"a simple module to read/update/push data to Firebase Real Time Database","archived":false,"fork":false,"pushed_at":"2021-02-07T14:37:46.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-24T18:54:29.971Z","etag":null,"topics":["firebase","js","node","npm","realtime-database"],"latest_commit_sha":null,"homepage":null,"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/osfunapps.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":"2019-06-26T10:50:45.000Z","updated_at":"2021-02-07T14:37:48.000Z","dependencies_parsed_at":"2022-08-25T19:50:48.436Z","dependency_job_id":null,"html_url":"https://github.com/osfunapps/os-firebase-rtd-npm","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/osfunapps%2Fos-firebase-rtd-npm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fos-firebase-rtd-npm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fos-firebase-rtd-npm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fos-firebase-rtd-npm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osfunapps","download_url":"https://codeload.github.com/osfunapps/os-firebase-rtd-npm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245056902,"owners_count":20553854,"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":["firebase","js","node","npm","realtime-database"],"created_at":"2024-11-29T22:17:42.561Z","updated_at":"2025-12-30T23:39:02.332Z","avatar_url":"https://github.com/osfunapps.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## os-firebase-rtd\n\nIntroduction\n------------\n\nThis project meant to provide intuitive functions to use the Firebase Real Time Database, without wasting time.\n\n \n## Installation\n\n**make sure you have Service Account file (a json file):** \n- If you don't have one, just log in to Firebase -\u003e your project -\u003e settings -\u003e at the top menu Service Account -\u003e produce a new file.\n\n**make sure to get your db address:**\n- log in to Firebase -\u003e your project -\u003e database -\u003e the address will be on top\n\n\n## Quick start\n\nInstall via npm:\n    \n    npm i os-firebase-rtd\n    \n    \nRequire rtd:\n```js\nvar rtd = require(\"os-firebase-rtd\")\n```        \n            \nInitiate the db:     \n```js    \nawait rtd.initializeDB(\"https://your_database_url.com\", \"/path/to/your/service/account/json.json\")    \n```\n\nPush:\n```js    \nawait RTDHelper.push(\"people\", {\"Moshe\": \"12\", \"Itzik\": \"33\"})\n```\n\nRead:\n```js    \nlet peopleObj = await RTDHelper.read(\"people\")\n```\nDelete:\n```js\nawait RTDHelper.delete(\"people\")\n```    \n\nIt is also possible to save the read properties to a file, delete after read and more.\n\n## Links\n[npm os-firebase-rtd](https://www.npmjs.com/package/os-firebase-rtd)\n## Licence\nISC\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosfunapps%2Fos-firebase-rtd-npm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosfunapps%2Fos-firebase-rtd-npm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosfunapps%2Fos-firebase-rtd-npm/lists"}