{"id":28721728,"url":"https://github.com/dwarkesh320/real-time-chat-app","last_synced_at":"2026-04-08T20:03:26.928Z","repository":{"id":298488894,"uuid":"1000137366","full_name":"Dwarkesh320/Real-time-chat-app","owner":"Dwarkesh320","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-04T12:23:09.000Z","size":3019,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-04T14:31:02.818Z","etag":null,"topics":["css3","firebase-authentication-and-firestore-integration","firebase-database","react-components","react-fetch","react-hooks","react-router","react-sidebar","reactjs","real-time-chat","real-time-data","redux","rest-api","tailwindcss","user-authentication","user-to-user","zegocloud"],"latest_commit_sha":null,"homepage":"","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/Dwarkesh320.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-11T10:16:44.000Z","updated_at":"2025-09-04T12:23:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"f638946a-51ab-4e6c-874c-9ed5c4274239","html_url":"https://github.com/Dwarkesh320/Real-time-chat-app","commit_stats":null,"previous_names":["dwarkesh320/real-time-chat-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dwarkesh320/Real-time-chat-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dwarkesh320%2FReal-time-chat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dwarkesh320%2FReal-time-chat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dwarkesh320%2FReal-time-chat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dwarkesh320%2FReal-time-chat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dwarkesh320","download_url":"https://codeload.github.com/Dwarkesh320/Real-time-chat-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dwarkesh320%2FReal-time-chat-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31571601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["css3","firebase-authentication-and-firestore-integration","firebase-database","react-components","react-fetch","react-hooks","react-router","react-sidebar","reactjs","real-time-chat","real-time-data","redux","rest-api","tailwindcss","user-authentication","user-to-user","zegocloud"],"created_at":"2025-06-15T07:08:09.347Z","updated_at":"2026-04-08T20:03:26.920Z","avatar_url":"https://github.com/Dwarkesh320.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\nThis template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.\n\nCurrently, two official plugins are available:\n\n- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh\n\n## Expanding the ESLint configuration\n\nIf you are developing a production application, we recommend using TypeScript and enable type-aware lint rules. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.\n\n\u003c\u003c\u003c\u003c\u003c\u003c\u003c HEAD\n\n=======\n##real-time-chat app useing technology like that \n   -React js \n   -Firebase\n   -ZegoCloud\n   -Tailwind css\n   -CSS3\n         ## used icons React-icons weblink :- https://react-icons.github.io\n\n ##Add your new API KEY to the script inside src/firebase.js\n        import { initializeApp } from \"firebase/app\";\n            import {\n              browserLocalPersistence,\n              getAuth,\n              setPersistence,\n            } from \"firebase/auth\";\n            import { getFirestore } from \"firebase/firestore\";\n            \n            const firebaseConfig = {\n             apiKey: \"YOUR_API_KEY\",\n             authDomain: \"YOUR_AUTH_DOMAIN\",\n             projectId: \"YOUR_PROJECT_ID\",\n             storageBucket: \"YOUR_STORAGE_BUCKET\",\n             messagingSenderId: \"YOUR_MESSAGING_SENDER_ID\",\n             appId: \"YOUR_APP_ID\",\n            };\n            \n            const app = initializeApp(firebaseConfig);\n            \n            export const auth = getAuth(app);\n            export const db = getFirestore(app);\n            \n            setPersistence(auth, browserLocalPersistence)\n             .then(() =\u003e {\n            console.log(\"Firebase auth persistence set to localStorage.\");\n             })\n             .catch((error) =\u003e {\n                console.error(\"Error setting Firebase persistence:\", error);\n             });\n\n\n         \n\u003e\u003e\u003e\u003e\u003e\u003e\u003e 01b8e1bfae61491a01af6589df7738c8fd6e5bcf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwarkesh320%2Freal-time-chat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdwarkesh320%2Freal-time-chat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwarkesh320%2Freal-time-chat-app/lists"}