Skip to content

F
Fishman

  • Firebase Extension for C# This .NET library simplifies working with Google Cloud Firestore in your C# applications. It provides convenient extension methods for Firebase initialization and performing CRUD operations on documents. Easily convert C# objects to Firestore documents and vice versa. The library includes built-in error handling using ReturnPattern and supports IDisposable for resource cleanup. It's ideal for C# developers who need a clean and efficient integration with Firestore, enabling quick setup and rapid development.

    Updated
    Updated
  • This library is designed to avoid throwing exceptions in the code. Instead, it returns a result from the method and describes the error. The library helps reduce the number of try-catch blocks in the code and is less taxing on the program compared to catching and rethrowing exceptions.

    Updated
    Updated