{"id":19258248,"url":"https://github.com/pasan-pahasara/flutter-firebase-crud","last_synced_at":"2026-04-28T12:37:01.433Z","repository":{"id":200507446,"uuid":"705304120","full_name":"Pasan-Pahasara/Flutter-Firebase-CRUD","owner":"Pasan-Pahasara","description":"A Flutter-Firebase-CRUD app allows users to seamlessly Create, Read, Update, and Delete data stored in Firestore, offering real-time synchronization for versatile mobile applications.","archived":false,"fork":false,"pushed_at":"2023-10-16T13:31:33.000Z","size":295,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-03T13:53:51.602Z","etag":null,"topics":["dart","firebase","firestore","flutter"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Pasan-Pahasara.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}},"created_at":"2023-10-15T16:37:22.000Z","updated_at":"2023-11-12T06:08:30.000Z","dependencies_parsed_at":"2023-10-17T04:27:50.189Z","dependency_job_id":"26cd0a5c-a961-4b1e-a850-96966f008597","html_url":"https://github.com/Pasan-Pahasara/Flutter-Firebase-CRUD","commit_stats":null,"previous_names":["pasan-pahasara/flutter-firebase-crud"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pasan-Pahasara/Flutter-Firebase-CRUD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pasan-Pahasara%2FFlutter-Firebase-CRUD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pasan-Pahasara%2FFlutter-Firebase-CRUD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pasan-Pahasara%2FFlutter-Firebase-CRUD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pasan-Pahasara%2FFlutter-Firebase-CRUD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pasan-Pahasara","download_url":"https://codeload.github.com/Pasan-Pahasara/Flutter-Firebase-CRUD/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pasan-Pahasara%2FFlutter-Firebase-CRUD/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32381688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"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":["dart","firebase","firestore","flutter"],"created_at":"2024-11-09T19:12:46.216Z","updated_at":"2026-04-28T12:37:01.394Z","avatar_url":"https://github.com/Pasan-Pahasara.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter-Firebase-CRUD\n\nCreating a simple Flutter app with Firebase Firestore for performing CRUD (Create, Read, Update, Delete) operations is a great way to get started with mobile app development. Firestore is a NoSQL database offered by Firebase, which is a popular backend service provided by Google. This database is well-suited for real-time applications and can be easily integrated into your Flutter app.\n\n## Flutter Application\n\n- **`Create Flutter App`**\n\n```\nflutter create my_app\n```\n\n- **`Install Firebase Tools in Global`**\n\n```\nnpm install -g firebase-tools\n```\n\n- **`Firebase Login`**\n\n```\nfirebase login\n```\n\n- **`Global Activate Flutterfire CLI`**\n\n```\nflutter pub global activate flutterfire_cli\n```\n\n- **`Check Flutterfire Version`**\n\n```\nflutterfire --version\n```\n\n- **`Flutterfire Configure`**\n\n```\nflutterfire configure      \n```\n\n- **`Install Firebase Core`**\n\n```\nflutter pub add firebase_core\n```\n\n- **`Install Cloud Firestore`**\n```\nflutter pub add cloud_firestore\n```\n\n#  \n#### Clone this repository ✅\n```md\nhttps://github.com/Pasan-Pahasara/Flutter-Firebase-CRUD.git\n```\n###                                              \n###### If you think my code is good pleace drop a Star \u003cimg src=\"https://github.com/Pasan-Pahasara/md-alpha/blob/main/star.webp\" width=\"40px\"\u003e\n\n![GitHub issues](https://img.shields.io/github/issues/Pasan-Pahasara/Flutter-Firebase-CRUD?\u0026labelColor=black\u0026color=eb3b5a\u0026label=Issues\u0026logo=issues\u0026logoColor=black\u0026style=for-the-badge)\n![GitHub Contributions](https://img.shields.io/github/contributors/Pasan-Pahasara/Flutter-Firebase-CRUD?\u0026labelColor=black\u0026color=8854d0\u0026style=for-the-badge)\n\n### License 📝\n[![GitHub license](https://img.shields.io/github/license/Pasan-Pahasara/Flutter-Firebase-CRUD?\u0026labelColor=black\u0026color=3867d6\u0026style=for-the-badge)](https://github.com/Pasan-Pahasara/Flutter-Firebase-CRUD/blob/master/LICENSE)\n\n\u003cdiv align=\"center\"\u003e\n\n![repo size](https://img.shields.io/github/repo-size/Pasan-Pahasara/Flutter-Firebase-CRUD?label=Repo%20Size\u0026style=for-the-badge\u0026labelColor=black\u0026color=20bf6b)\n \n![GitHub forks](https://img.shields.io/github/forks/Pasan-Pahasara/Flutter-Firebase-CRUD?\u0026labelColor=black\u0026color=0fb9b1\u0026style=for-the-badge)\n![GitHub stars](https://img.shields.io/github/stars/Pasan-Pahasara/Flutter-Firebase-CRUD?\u0026labelColor=black\u0026color=f7b731\u0026style=for-the-badge)\n![GitHub LastCommit](https://img.shields.io/github/last-commit/Pasan-Pahasara/Flutter-Firebase-CRUD?logo=github\u0026labelColor=black\u0026color=d1d8e0\u0026style=for-the-badge)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e \nIf you have any questions or just wanna say hi, \u003cbr\u003e\u003cb\u003eMAIL ME\u003c/b\u003e\u0026nbsp;\n  \u003ca href=\"mailto:pasanpahasara7788@gmail.com\"\u003e\n      \u003cimg width=\"20px\" src=\"https://github.com/Pasan-Pahasara/md-alpha/blob/main/gmail.svg\" /\u003e\n  \u003c/a\u003e\u003c/p\u003e\n \n \u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpasan-pahasara%2Fflutter-firebase-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpasan-pahasara%2Fflutter-firebase-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpasan-pahasara%2Fflutter-firebase-crud/lists"}