https://github.com/ankitsharma-007/blazor-crud-with-cloudfirestore
Single Page Application (SPA) using Blazor with the help of Google Cloud Firestore as Database provider
https://github.com/ankitsharma-007/blazor-crud-with-cloudfirestore
ankit-sharma article asp-net-core blazor blazor-crud cloudfirestore csharp firestore-database razorpages single-page-app visual-studio-2019 wepapi
Last synced: 14 days ago
JSON representation
Single Page Application (SPA) using Blazor with the help of Google Cloud Firestore as Database provider
- Host: GitHub
- URL: https://github.com/ankitsharma-007/blazor-crud-with-cloudfirestore
- Owner: AnkitSharma-007
- License: mit
- Created: 2019-02-24T16:46:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T07:31:08.000Z (over 4 years ago)
- Last Synced: 2025-03-30T18:04:45.100Z (about 1 month ago)
- Topics: ankit-sharma, article, asp-net-core, blazor, blazor-crud, cloudfirestore, csharp, firestore-database, razorpages, single-page-app, visual-studio-2019, wepapi
- Language: C#
- Size: 21.1 MB
- Stars: 36
- Watchers: 2
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazor-CRUD-With-CloudFirestore
We will create a Blazor application using Google Cloud Firstore as database provider. We will create a Single Page Application (SPA) and perform CRUD operations on it. We will use a form to accept the user inputs. The form will have client-side validations and contains a dropdown list, which will bind to a collection in our database.We will use Visual Studio 2019.
# Demo

# Read the full article at
https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/