{"id":19684976,"url":"https://github.com/boolfalse/react-firebase-blog","last_synced_at":"2025-08-24T04:13:08.076Z","repository":{"id":114182186,"uuid":"524550176","full_name":"boolfalse/react-firebase-blog","owner":"boolfalse","description":"React + Firebase blog","archived":false,"fork":false,"pushed_at":"2022-08-14T02:22:16.000Z","size":305,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T20:55:55.113Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boolfalse.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":"2022-08-14T01:59:26.000Z","updated_at":"2022-09-09T01:04:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c5fd408-2f92-4ea2-bff8-c43f0119774f","html_url":"https://github.com/boolfalse/react-firebase-blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boolfalse/react-firebase-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Freact-firebase-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Freact-firebase-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Freact-firebase-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Freact-firebase-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boolfalse","download_url":"https://codeload.github.com/boolfalse/react-firebase-blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Freact-firebase-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271789843,"owners_count":24821453,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-11T18:19:33.898Z","updated_at":"2025-08-24T04:13:08.068Z","avatar_url":"https://github.com/boolfalse.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## React.js + Firebase blog\n\n\n\n#### About:\n\n\u003e **React.js + Firebase blog** is a simple blog application built with React.js and Firebase.\n\n\n#### Installation:\n\n- Clone the repository and install dependencies:\n```bash\ngit clone git@github.com:boolfalse/react-firebase-blog.git\ncd react-firebase-blog\nnpm install\n```\n\n- Login to [Firebase](https://console.firebase.google.com/).\n- Create a new Firebase project and get credentials.\n- Add Sign-In with Google as a provider.\n- Add a Web App to your Firebase project and get credentials.\n- In Firestore Data add a collection named `posts`.\n- Change Firestore Rules to allow read and write access to the `posts` collection:\n```\nrules_version = '2';\nservice cloud.firestore {\n  match /databases/{database}/documents {\n    match /{document=**} {\n      allow read, write: if true;\n    }\n  }\n}\n```\n- Set up the Firebase credentials in the `.env` file as described in the `.env.example` file.\n\n- Run the application:\n```bash\n# for development\nnpm run start\n# for production\nnpm run build\n```\n\n#### TODOs:\n\n- Watch the exact video for [50:44](https://youtu.be/zL0dKETbCNE?t=3044) more secure way and change.  \n- Edit post functionality.\n- Add date to each post and order posts by date.\n- Add a search functionality.\n- Add a pagination.\n- Add a sorting functionality.\n- Add a filter functionality.\n\n\n#### Resources:\n\n- [PedroTech - Build a Blog Website - React and Firebase Tutorial](https://www.youtube.com/watch?v=zL0dKETbCNE)\n- [machadop1407/react-firebase-blog-website @ GitHub](https://github.com/machadop1407/react-firebase-blog-website)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboolfalse%2Freact-firebase-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboolfalse%2Freact-firebase-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboolfalse%2Freact-firebase-blog/lists"}