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 allows for the registration of custom converters, avoiding the need for Firestore-specific attributes on non-Firestore-specific types."],["This registry can be utilized when creating a `FirestoreDb` through the `ConverterRegistry` property of the `FirestoreDbBuilder`."],["The `ConverterRegistry` implements `IEnumerable`, enabling iteration over the registered converters."],["The class is a sealed class and also inherits from Object."],["You can add a converter to the registry by using the method `Add\u003cT\u003e(IFirestoreConverter\u003cT\u003e converter)`."]]],[]]