How to deploy Blazor WebAssembly to Firebase Hosting

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • FirebaseHostingBlazorWasm

    How to deploy Blazor WebAssembly to Firebase Hosting

  • You can refer to the code used throughout this walkthrough in this GitHub repository.

  • setup-dotnet

    Set up your GitHub Actions workflow with a specific version of the .NET core sdk

  • This workflow is executed whenever a commit is pushed to the 'main' branch. The single job called 'build_and_deploy' is run on an Ubuntu machine. This machine has some software pre-installed. Today the 'ubuntu-latest' image comes with the .NET 5 SDK pre-configured, but at the time you are reading this, the SDK version could be a newer version. You can use the 'setup-dotnet' GitHub Action to setup a different version of .NET, or to ensure the version of the SDK will be the version specified even when the 'ubuntu-latest' image is updated to use newer versions of .NET.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Actual Chat – Blending text and voice into a single medium

    1 project | news.ycombinator.com | 8 Dec 2023
  • Tips to Understand Authentication and Authorization in ASP.NET - Feeling Lost

    2 projects | /r/dotnet | 25 Jun 2023
  • Who is working on converting old projects into new ones?

    1 project | /r/dotnet | 16 Mar 2023
  • When/why do we need to use UseActifileExceptionHandler()?

    2 projects | /r/dotnet | 10 Feb 2023
  • I made a Blazor app that runs on 6 platforms

    2 projects | /r/dotnet | 1 Jan 2023