{"id":21486049,"url":"https://github.com/felipecastrosales/chat","last_synced_at":"2025-07-15T14:32:42.729Z","repository":{"id":50484454,"uuid":"299740753","full_name":"felipecastrosales/chat","owner":"felipecastrosales","description":"Chat App made with Flutter and using Firestore","archived":false,"fork":false,"pushed_at":"2024-08-04T15:17:20.000Z","size":27667,"stargazers_count":21,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-04T16:57:18.942Z","etag":null,"topics":["app-chat","chat","chat-application","chatgpt","firebase","firebase-auth","firebase-chat","firebase-database","firestore","flutter","flutter-app","flutter-apps","flutter-chat","flutter-chat-app","flutter-demo","flutter-examples","flutter-material","google-firebase","google-flutter","udemy"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felipecastrosales.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":"2020-09-29T21:20:29.000Z","updated_at":"2024-08-04T15:16:49.000Z","dependencies_parsed_at":"2024-08-04T16:54:01.685Z","dependency_job_id":"78f82673-6fc0-4120-a28e-7181624d2974","html_url":"https://github.com/felipecastrosales/chat","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipecastrosales","download_url":"https://codeload.github.com/felipecastrosales/chat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226045618,"owners_count":17565028,"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","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":["app-chat","chat","chat-application","chatgpt","firebase","firebase-auth","firebase-chat","firebase-database","firestore","flutter","flutter-app","flutter-apps","flutter-chat","flutter-chat-app","flutter-demo","flutter-examples","flutter-material","google-firebase","google-flutter","udemy"],"created_at":"2024-11-23T13:18:49.333Z","updated_at":"2024-11-23T13:18:52.867Z","avatar_url":"https://github.com/felipecastrosales.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n   \u003cimg src=\"https://user-images.githubusercontent.com/59374587/94870148-34b87a80-041d-11eb-85d2-e1e6aac7af28.png\" width=\"200px\" alt=\"https://stories.freepik.com/work Illustration by Freepik Stories\"/\u003e\n\u003c/p\u003e\n\n\u003ch1\u003eChat\u003c/h1\u003e\n\n\u003ch2\u003eTopics 📋\u003c/h2\u003e\n\n- [Preview 📱](#preview-)\n- [Challenges and Learnings along the way 🤯](#challenges-and-learnings-along-the-way-)\n- [How to Use 🤔](#how-to-use-)\n- [How to Contribute 💪](#how-to-contribute-)\n- [License 📝](#license-)\n\n\n\u003ch2\u003eAbout 📖\u003c/h2\u003e\n\nChat App with Flutter 💙 and Firebase 💛.\n\nWith this application you can chat with people, acessing it via your Google Account, sending and receiving messages and photos, and entering different accounts with each message you send.\n\nAs a backend, I used Firebase, noSQL and in real time, which gives you flexibility, easy development, manipulation and structuring, you can see more on the \u003ca href=\"https://firebase.google.com/\"\u003eFirebase Website\u003c/a\u003e.\n\n---\n\n## Preview 📱\n\nhttps://user-images.githubusercontent.com/59374587/221328051-5fc89706-b6b7-4312-b67a-2c6468020e57.mp4\n\n   \u003e * See also in [`demos`](https://github.com/felipecastrosales/Chat/tree/master/demos) folder. 🧐📂\n\n---\n\n## Challenges and Learnings along the way 🤯\n\nThis application was very challenging for me, but it was very good for my learning about backend, and I loved this experience of developing one on Firebase, which I had heard about, but never created anything, and I was so impressed functionality!\n\nAll these moments of problems only increased my interest in this incredible world of programming, which I hope to secceed and stay focused on, I am loving it! Is sensational!\n\nAnother challenge I faced was updating the project. Because it had been coded 3 years ago, and the update was not that simple. It was a cool experience and one that brought me good learnings.\n\n---\n\n## How to Use 🤔\n\n   ```   \n   - Clone this repository:\n   $ git clone https://github.com/felipecastrosales/Chat \n\n   - Enter in directory:\n   $ cd chat\n\n   - Enter with VSCode:\n   $ code .\n\n   - For install dependencies:\n   $ flutter pub get\n\n   - Run the app: \n   $ flutter run\n   ```\n\n---\n\n## How to Contribute 💪\n\n   ```\n   - Fork the project \n\n   - Create a new branch with your changes:\n   $ git checkout -b my-feature\n\n   - Save your changes and create a commit message telling you what you did:\n   $ git commit -m \"feature: My new feature\"\n\n   - Submit your changes:\n   $ git push origin my-feature\n   ```\n\n---\n\n## License 📝\n\n   This repository is under MIT license. You can see the [LICENSE](https://github.com/felipecastrosales/Chat/blob/master/LICENSE) file for more details. 😉\n\n   ---\n\n   \u003eThis project was developed with ❤️ by **[@Felipe Sales](https://www.linkedin.com/in/felipecastrosales/)**, with the instructor **[Daniel Ciolfi](https://linkedin.com/in/danielciolfi)**, in the course  **[\"Creating Android and iOS Apps with Flutter - Create 16 Apps\"](https://www.udemy.com/course/curso-completo-flutter-app-android-ios)** on **[Udemy](https://www.udemy.com/)**.\u003cbr\u003e\n   If it helped you, give ⭐, contribute, it will help me too 😉\n\n---\n\n   \u003cdiv\u003e\n\n   [![Linkedin Badge](https://img.shields.io/badge/-Felipe%20Sales-292929?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\u0026link=https://www.linkedin.com/in/felipecastrosales/)](https://www.linkedin.com/in/felipecastrosales/)\n\n   \u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecastrosales%2Fchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipecastrosales%2Fchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecastrosales%2Fchat/lists"}