SyncfusionExamples / Performing-CRUD-using-google-firebase-and-Blazor

Blazor DataGrid provides a comprehensive set of ready-to-use features to create, read, update, and delete records (CRUD) interactively. This sample have the code for performing CRUD operations using the Blazor DataGrid component and Google Firebase as the database provider.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazor DataGrid - Perform CRUD Operation using Google Firebase

Blazor DataGrid provides a comprehensive set of ready-to-use features to create, read, update, and delete records (CRUD) interactively. This sample have the code for performing CRUD operations using the Blazor DataGrid component and Google Firebase as the database provider.

Prerequisites

  • Visual Studio 2022

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2022.
  • Restore the NuGet packages by rebuilding the solution.
  • Run the project.

Blog reference

Performing CRUD Operations Using Google Firebase and Blazor [Webinar Show Notes]

About

Blazor DataGrid provides a comprehensive set of ready-to-use features to create, read, update, and delete records (CRUD) interactively. This sample have the code for performing CRUD operations using the Blazor DataGrid component and Google Firebase as the database provider.


Languages

Language:C# 38.3%Language:HTML 37.7%Language:CSS 24.0%