https://github.com/swimburger/blazorserverfirestore
Building Real-Time Applications with Blazor Server and Firestore
https://github.com/swimburger/blazorserverfirestore
asp-net blazor blazor-server dotnet firestore
Last synced: 2 months ago
JSON representation
Building Real-Time Applications with Blazor Server and Firestore
- Host: GitHub
- URL: https://github.com/swimburger/blazorserverfirestore
- Owner: Swimburger
- License: mit
- Created: 2020-10-07T01:54:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-03T00:40:48.000Z (over 5 years ago)
- Last Synced: 2025-06-03T00:38:00.055Z (about 1 year ago)
- Topics: asp-net, blazor, blazor-server, dotnet, firestore
- Language: HTML
- Homepage: https://www.twilio.com/blog/building-real-time-applications-with-blazor-server-and-firestore
- Size: 250 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazor Server Firestore Integration
This repository contains the source for the Twilio walkthrough "[Building Real-Time Applications with Blazor Server and Firestore](https://www.twilio.com/blog/building-real-time-applications-with-blazor-server-and-firestore)".
There are three projects:
- [FirestoreConsole](./FirestoreConsole): a .NET Core console application to test & verify integration with Firestore in .NET, used in Twilio walkthrough
- [BlazorFirestoreMinimal](./BlazorFirestoreMinimal): Integrating Firestore with Blazor Server to build a real-time UI, used in Twilio walkthrough
- [BlazorFirestoreSamples](./BlazorFirestoreSamples): Enhanced UI on top of the BlazorFirestoreMinimal & additionally a real-time To Do list application
To create the necessary resources to run Firestore in GCP, run the commands from [gcp-commands.sh](./gcp-commands.sh)