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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available is 3.10.0, with multiple previous versions of the Google Cloud Firestore ConverterRegistry also listed, down to version 2.3.1.\u003c/p\u003e\n"],["\u003cp\u003eConverterRegistry is used to avoid requiring Firestore-specific attributes on types that may not be specific to Firestore.\u003c/p\u003e\n"],["\u003cp\u003eConverterRegistry is specified during the creation of a FirestoreDb via ConverterRegistry in the FirestoreDbBuilder.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAdd<T>(IFirestoreConverter<T>)\u003c/code\u003e method allows users to add custom converters to the registry, raising an ArgumentException if a converter for the given type already exists.\u003c/p\u003e\n"],["\u003cp\u003eThe ConverterRegistry class implements the IEnumerable interface, providing a method to get the enumerator.\u003c/p\u003e\n"]]],[],null,[]]