Swimburger

Video: How to deploy Blazor WebAssembly to Firebase Hosting

Niels Swimberghe

Niels Swimberghe - - .NET

Follow me on Twitter, buy me a coffee

With ASP.NET Blazor WebAssembly (WASM) you can create .NET web applications that run completely inside of the browser sandbox. The publish output of a Blazor WASM project are all static files. Now that you can run .NET web applications without server side code, you can deploy these application to various static site hosts, such as Google's Firebase Hosting.

In this video you learn how to deploy Blazor WASM to Firebase Hosting, manually and automatically with GitHub Actions:

 

If you prefer written content, check out my blog post: How to deploy Blazor WebAssembly to Firebase Hosting.

Related Posts

Related Posts