{"id":21377483,"url":"https://github.com/zeyu-li/chatter","last_synced_at":"2026-04-11T05:32:47.449Z","repository":{"id":120380231,"uuid":"339459356","full_name":"Zeyu-Li/chatter","owner":"Zeyu-Li","description":"A realtime React-Firebase/Firestore online chat room app 📢","archived":false,"fork":false,"pushed_at":"2021-11-18T17:31:13.000Z","size":8557,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T16:33:15.194Z","etag":null,"topics":["bootstrap","chatter","firebase","react","realtime-messaging"],"latest_commit_sha":null,"homepage":"https://chatter.andrewli.site/","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/Zeyu-Li.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":"2021-02-16T16:26:35.000Z","updated_at":"2021-11-18T17:31:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ed5d88d-1873-4e69-b0ee-2c54abf8c354","html_url":"https://github.com/Zeyu-Li/chatter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Zeyu-Li/chatter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeyu-Li%2Fchatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeyu-Li%2Fchatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeyu-Li%2Fchatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeyu-Li%2Fchatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zeyu-Li","download_url":"https://codeload.github.com/Zeyu-Li/chatter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeyu-Li%2Fchatter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31669818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["bootstrap","chatter","firebase","react","realtime-messaging"],"created_at":"2024-11-22T09:21:23.896Z","updated_at":"2026-04-11T05:32:47.424Z","avatar_url":"https://github.com/Zeyu-Li.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatter\n\n![logo](public/img/logo.png)\n\n![Vercel](https://vercelbadge.vercel.app/api/Zeyu-Li/chatter)\n\nA realtime chatting app built on React-Firebase/Firestore that allows you to chat via text with other users.\n\nSee the live demo [here:](https://chatter-zeyu-li.vercel.app/) [chatter-zeyu-li.vercel.app](https://chatter-zeyu-li.vercel.app/)\n\n\n\n## Demo\n\n![demo](img/demo.gif)\n\n![demo2](img/demo2.gif)\n\n![login_page](img/new_login.png)\n\nLogin screen ^^\n\n![chat2](img/chat2.png)\n\nChat Screen ^^\n\n## Packages\n\n* [react](https://reactjs.org/)\n* [react-router-dom](https://reactrouter.com/web/guides/quick-start)\n* [react-bootstrap](https://react-bootstrap.github.io/)\n* [bootstrap](https://getbootstrap.com/)\n* [react-icons](https://www.npmjs.com/package/react-icons)\n* [react-google-recaptcha-v3](https://www.npmjs.com/package/react-google-recaptcha-v3)\n* firebase\n\n\n\n## Firebase\n\nFirestore properties for user:\n\n```firebase\nrules_version = '2';\nservice cloud.firestore {\n  match /databases/{database}/documents {\n    match /{document=**} {\n      allow write: if false;\n      allow read: if request.auth.uid != null;\n    }\n    \n    // allow user to change own data \n    match /user/{userId} {\n    \tallow write: if request.auth.uid == userId;\n    }\n  }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeyu-li%2Fchatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeyu-li%2Fchatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeyu-li%2Fchatter/lists"}