---
title: "Performing CRUD Operations Using Google Firebase and Blazor [Webinar Show Notes]"
published_at: "2021-10-25T11:00:32+00:00"
modified_at: "2026-01-30T13:34:37+00:00"
url: "https://www.syncfusion.com/blogs/post/performing-crud-operations-using-google-firebase-and-blazor-webinar-show-notes"
excerpt: "This blog provides show notes for our October 14, 2021 webinar, “Performing CRUD Operations Using Google Firebase and Blazor.” The webinar was presented and hosted by Christopher Issac Sunder K. If you missed the webinar or would like to watch..."
taxonomy_category:
  - "Blazor"
  - "DataGrid"
  - "Web"
  - "Webinar"
taxonomy_post_tag:
  - "Blazor"
  - "CRUD"
  - "DataGrid"
  - "Firebase"
  - "productivity"
  - "wasm"
  - "Web"
  - "Webinar"
---

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

[Carter Harris](https://www.syncfusion.com/blogs/author/carterh)

![Performing CRUD Operations Using Google Firebase and Blazor \[Webinar Show Notes\]](https://www.syncfusion.com/blogs/wp-content/uploads/2021/10/Performing-CRUD-Operations-Using-Google-Firebase-and-Blazor-Webinar-Show-Notes.png)


This blog provides show notes for our October 14, 2021 webinar, “Performing CRUD Operations Using Google Firebase and Blazor.” The webinar was presented and hosted by Christopher Issac Sunder K. If you missed the webinar or would like to watch it again, please see our [YouTube channel](https://www.youtube.com/watch?v=AVoPYLwSfHc)
 or watch it here.

## Overview

During this webinar, we saw how to perform CRUD operations using the [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid)
 component with Google Firebase as the database provider.

## Agenda

- Create a Google Firebase project and configure a Firestore database.
- Create a simple Blazor application with the Syncfusion Blazor DataGrid, configure CRUD operations, and connect it with the Firestore database.
- Perform CRUD operations in the Syncfusion Blazor DataGrid and the Firestore database.

## Creating a Google Firebase project

- Creating a [Google Firebase](https://firebase.google.com/) project.
- Creating a Cloud Firestore database.
- Adding an initial data collection.

## Creating a simple Blazor app

### Prerequisites

- Install the [.NET Core 2.1 SDK](https://dotnet.microsoft.com/download/dotnet/2.1) or newer.
- Install the latest version of [Visual Studio 2017](https://docs.microsoft.com/en-us/visualstudio/releasenotes/vs2017-relnotes) or newer.

### Creating the Blazor app

- Adding the Syncfusion Blazor DataGrid.
- Configuring CRUD operations.
- Connecting it with the Cloud Firestore database.

## Summary

During this webinar, we learned how to perform CRUD operations using Google Firebase and Syncfusion’s [Blazor controls](https://www.syncfusion.com/blazor-components)
.

We hope you enjoyed this webinar and will keep an eye out for our future Blazor webinars.

## Recommended resources (related links):

- [Performing CRUD using Google Firebase and Blazor Webinar project source](https://github.com/SyncfusionExamples/Performing-CRUD-using-google-firebase-and-Blazor)
- [Getting started with Syncfusion Blazor components](https://blazor.syncfusion.com/documentation/introduction) .

## Related blogs

- [Easily Import and Export RTF Files in Blazor with Accuracy](https://www.syncfusion.com/blogs/post/easily-import-and-export-rtf-files-in-blazor-with-accuracy.aspx)
- [What’s New in 2021 Volume 3: Blazor](https://www.syncfusion.com/blogs/post/whats-new-in-2021-volume-3-blazor.aspx)
- [Easily Visualize Online Maps in a Blazor Application](https://www.syncfusion.com/blogs/post/easily-visualize-online-maps-in-a-blazor-application.aspx)
- [Authentication Support in Syncfusion Blazor Template Studio: A Complete Guide](https://www.syncfusion.com/blogs/post/authentication-support-in-syncfusion-blazor-template-studio-a-complete-guide.aspx)
