DEV Community

Cover image for Video: How to deploy Blazor WebAssembly to Firebase Hosting
Niels Swimburger.NET ๐Ÿ”
Niels Swimburger.NET ๐Ÿ”

Posted on • Originally published at swimburger.net on

Video: How to deploy Blazor WebAssembly to Firebase Hosting

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.

Top comments (0)