public sealed class ConverterRegistry : IEnumerable
Registry of custom converters. This is used to avoid requiring Firestore-specific attributes on types
which may be intended to be non-Firestore-specific. The registry may be specified when creating a FirestoreDb
via ConverterRegistry.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["The `ConverterRegistry` class provides a way to register custom converters for Firestore, allowing users to convert to/from types without Firestore-specific attributes."],["The `ConverterRegistry` can be specified when creating a `FirestoreDb` using the `FirestoreDbBuilder`."],["The class implements the `IEnumerable` interface and allows adding converters via the `Add\u003cT\u003e(IFirestoreConverter\u003cT\u003e)` method."],["The most recent version of Google Cloud Firestore is 3.10.0, while the current version detailed is 2.5.0, listing the available versions ranging from 2.3.1 to 3.10.0."]]],[]]