{"id":44914493,"url":"https://github.com/vypdev/firebase_cloud_firestore","last_synced_at":"2026-04-22T09:06:44.217Z","repository":{"id":222646439,"uuid":"757710076","full_name":"vypdev/firebase_cloud_firestore","owner":"vypdev","description":"Simplify the serialization of objects for cloud_firestore in a Flutter app. It streamlines the process of converting Dart objects into formats compatible with cloud_firestore, making data storage and retrieval smoother and more efficient for developers.","archived":false,"fork":false,"pushed_at":"2024-10-13T21:15:14.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-18T04:54:25.636Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/vypdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-02-14T20:20:06.000Z","updated_at":"2024-12-08T03:51:36.000Z","dependencies_parsed_at":"2024-02-18T03:24:04.781Z","dependency_job_id":"7516fb41-ea83-488a-912b-12809de13ea9","html_url":"https://github.com/vypdev/firebase_cloud_firestore","commit_stats":null,"previous_names":["landamessenger/firebase_cloud_firestore","vypdev/firebase_cloud_firestore"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vypdev/firebase_cloud_firestore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vypdev%2Ffirebase_cloud_firestore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vypdev%2Ffirebase_cloud_firestore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vypdev%2Ffirebase_cloud_firestore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vypdev%2Ffirebase_cloud_firestore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vypdev","download_url":"https://codeload.github.com/vypdev/firebase_cloud_firestore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vypdev%2Ffirebase_cloud_firestore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32128715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"last_error":"SSL_read: 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":[],"created_at":"2026-02-18T01:18:30.291Z","updated_at":"2026-04-22T09:06:44.195Z","avatar_url":"https://github.com/vypdev.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firebase Cloud Firestore\n\n[![Pub Version](https://img.shields.io/pub/v/firebase_cloud_firestore.svg)](https://pub.dev/packages/firebase_cloud_firestore)\n[![Build Status](https://travis-ci.org/landamessenger/firebase_cloud_firestore.svg?branch=master)](https://travis-ci.org/landamessenger/firebase_cloud_firestore)\n[![Coverage Status](https://coveralls.io/repos/github/landamessenger/firebase_cloud_firestore/badge.svg?branch=master)](https://coveralls.io/github/landamessenger/firebase_cloud_firestore?branch=master)\n\n\u003e `cloud_firestore` + `object`\n\nThis Dart library extends the functionality of the `cloud_firestore` and `object` packages, providing additional features for observing collections and documents, as well as implementing pagination functions for collections.\n\nIt simplifies the serialization of objects for `cloud_firestore` in a Flutter app. It streamlines the process of converting Dart objects into formats compatible with `cloud_firestore`, making data storage and retrieval smoother and more efficient for developers.\n\n\u003e The `firebase_cloud_firestore` version should be aligned with `cloud_firestore` version.\n\n```dart\nfinal chatDocument = FirebaseFirestore.instance\n  .collection('chats')\n  .doc('chat_id')\n  .asDocument();\n\nChat? chat = await chatDocument.get();\n```\n\n### [Setup](https://github.com/landamessenger/firebase_cloud_firestore/wiki/Setup)\n\n### [Documents](https://github.com/landamessenger/firebase_cloud_firestore/wiki/Documents)\n\n[- Get Document](https://github.com/landamessenger/firebase_cloud_firestore/wiki/Get-Document)\n\n[- Listen Document](https://github.com/landamessenger/firebase_cloud_firestore/wiki/Listen-Document)\n\n### [Collections](https://github.com/landamessenger/firebase_cloud_firestore/wiki/Collections)\n\n[- Get Collections](https://github.com/landamessenger/firebase_cloud_firestore/wiki/Get-Collections)\n\n[- Listen Collections](https://github.com/landamessenger/firebase_cloud_firestore/wiki/Listen-Collections)\n\n[- Paginate Collections](https://github.com/landamessenger/firebase_cloud_firestore/wiki/Paginate-Collections)\n\n### [Scopes](https://github.com/landamessenger/firebase_cloud_firestore/wiki/Scopes)\n\n[- FirestoreViewModel](https://github.com/landamessenger/firebase_cloud_firestore/wiki/Scopes#firestoreviewmodel)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvypdev%2Ffirebase_cloud_firestore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvypdev%2Ffirebase_cloud_firestore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvypdev%2Ffirebase_cloud_firestore/lists"}