{"id":18568068,"url":"https://github.com/zaszab/cloud-firestore-nodejs","last_synced_at":"2026-05-07T10:36:09.316Z","repository":{"id":73094445,"uuid":"125856718","full_name":"zaszab/cloud-firestore-nodejs","owner":"zaszab","description":"Getting Started app with Cloud Firestore with Node.js. Based on Google Firecast video","archived":false,"fork":false,"pushed_at":"2018-03-19T12:51:34.000Z","size":1,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-18T11:44:25.638Z","etag":null,"topics":["firebase","firestore-database","nodejs"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=Z87OZtIYC_0","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/zaszab.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-19T12:49:51.000Z","updated_at":"2022-10-31T05:47:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1d97b28-3e7d-4363-b373-4c71fd8a39eb","html_url":"https://github.com/zaszab/cloud-firestore-nodejs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zaszab/cloud-firestore-nodejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaszab%2Fcloud-firestore-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaszab%2Fcloud-firestore-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaszab%2Fcloud-firestore-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaszab%2Fcloud-firestore-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaszab","download_url":"https://codeload.github.com/zaszab/cloud-firestore-nodejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaszab%2Fcloud-firestore-nodejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32733914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","firestore-database","nodejs"],"created_at":"2024-11-06T22:28:35.514Z","updated_at":"2026-05-07T10:36:09.300Z","avatar_url":"https://github.com/zaszab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting Started with Cloud Firestore with Node.js\n\nExample Node.js application based on Firecast video:\nhttps://www.youtube.com/watch?v=Z87OZtIYC_0\n\nFree quotes API used for quote generation:\nhttps://quotesondesign.com/api-v4-0/\n\nOn default your database will have only one document (sampleData/inspiration) like in the video, and the app will update this only document every call.\n\nBut you can turn on multiple mode, allowing to have multiple documents (eg. sampleData/inspiration_1540).\n\n## Getting Started\n\nYou will need nodeJS and npm.\nClone the repo, then run in the console:\n```\ncd cloud-firestore-nodejs/\nnpm install\n```\n\nThen add your Firebase Private Key to your project. Create your private key if you don't have it yet:\nhttps://firebase.google.com/docs/admin/setup#add_firebase_to_your_app\n\nThen copy the key to the directory\n```\ncp [key_original_location] .\nmv [key_original_name] ServiceAccountKey.json\n```\n\nThen run it\n```\nnode index.js\n```\n\nIf you want to save multiple documents, enable it with\n```\nconst multipleDocuments = true;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaszab%2Fcloud-firestore-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaszab%2Fcloud-firestore-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaszab%2Fcloud-firestore-nodejs/lists"}