{"id":29189631,"url":"https://github.com/ir404/conversa-vue","last_synced_at":"2026-05-19T09:35:39.859Z","repository":{"id":246516361,"uuid":"776036432","full_name":"ir404/Conversa-Vue","owner":"ir404","description":"A web-based chat application made with Vue3 and Firebase.","archived":false,"fork":false,"pushed_at":"2024-06-28T11:13:15.000Z","size":140,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T23:09:00.675Z","etag":null,"topics":["firebase","vue","vue3-composition-api","vuelidate","vuetify","vuetify3"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ir404.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-03-22T14:52:09.000Z","updated_at":"2024-10-21T06:30:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"17bbc2c7-8033-4885-bf33-f5b43f1cf8bd","html_url":"https://github.com/ir404/Conversa-Vue","commit_stats":null,"previous_names":["imran-riz/conversa-vue","ir404/conversa-vue"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ir404/Conversa-Vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ir404%2FConversa-Vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ir404%2FConversa-Vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ir404%2FConversa-Vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ir404%2FConversa-Vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ir404","download_url":"https://codeload.github.com/ir404/Conversa-Vue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ir404%2FConversa-Vue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32453747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["firebase","vue","vue3-composition-api","vuelidate","vuetify","vuetify3"],"created_at":"2025-07-01T23:09:01.147Z","updated_at":"2026-04-30T03:33:00.703Z","avatar_url":"https://github.com/ir404.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConversaVue\n\nA chat application that allows:\n- user sign up\n- log in\n- user search (with username)\n- 1 on 1 conversations\n- realtime updates to messages\n\n\n### Built with:\n- [Vue3](https://vuejs.org/) with Composition API\n- [Firebase](https://firebase.google.com/): Auth and Firestore\n- [Vuetify](https://vuetifyjs.com/en/getting-started/installation/#installation): used [Material Design](https://m3.material.io/)\n- [Vuelidate](https://vuelidate-next.netlify.app/)\n\n### Data model:\nUses 2 collections in Firestore: `users` and `messages`.\n```\nuser: {\n    id: string,\n    email: string,\n    username: string,\n    first_name: string,\n    last_name: string,\n    birthdate: string,\n    users_contacted: [\n        {\n            id: string,\n            email: string,\n            unread_counter: number,\n        }\n    ]\n}\n\nmessage: {\n    id: string,\n    sender_id: string,\n    recipient_id: string,\n    text_message: string,\n    sent_on: timestamp,\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fir404%2Fconversa-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fir404%2Fconversa-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fir404%2Fconversa-vue/lists"}