How to Deploy Blazor WebAssembly to Firebase Hosting

preview_player
Показать описание
With ASP.NET Blazor WebAssembly you can create .NET applications that run completely inside of the browser. The output of a Blazor WASM project are all static files. You can deploy these applications to various static site hosts like Firebase Hosting. This video will show you how to:
- Create a Blazor WASM project
- Create a GitHub repository
- Deploy to Firebase Hosting from the CLI
- Automatically deploy to Firebase Hosting using GitHub Actions

► Music Credit: 'Low Frequency Music'

Track Name: 'Opportunity'

Рекомендации по теме
Комментарии
Автор

Great video! Concise, clean and exactly what I was looking for my new project.

TheColbraddock
Автор

YOU ARE LITERALLY THE BEST OF THE BEST!!! 🙏😍💘

juliaklepaski
Автор

Niels, this is an awesome, extremely useful and helpful video. Thank you very much

ashimov
Автор

Nice video bro, you deserve more subscribers and views, keep it going.

marconagel
Автор

Thank you, you have no idea how hard I was looking for this video.

abdullahalmunayae
Автор

Hi, first o fall, thanks for this great tutorial !
Unfortunately, I've encoutered some problems. I've tried to do the same exact things you do in your tutorial, except for the github configuration. But when I deploy or only hosting after my build, I've always the page you have at 9:24 and I don't understand why...
Could you give me some help please ? What I've missed ?

aurelienthazet
Автор

This was an awesome tutorial. But I ran into an issue. I created a Blazor project which has 3 projects (client, server and shared). I should be publishing the client project right ? I guess it is correct and proceeded. I was able to make github actions to work and the changes are moved to the live website on commit. But in the live website, when I click on the 'Fetch Data' option, I get error in console -

'crit:
Unhandled exception rendering component: ExpectedStartOfValueNotFound, < Path: $ | LineNumber: 0 | BytePositionInLine: 0.



On checking for answers online, it was mentioned that the server project should be setup as startup project. Is there anything I should here in the github action setup ? Kindly help me out here.

JeffrinJ
Автор

Thank you for the tutorial. Any chance you could duplicate this for hosting on Heroku? I have not been able to find a concise tutorial for Blazor WASM on Heroku. Thanks again!

Andythatshowiroll
Автор

I have an idea for you, blazor using firebase storage.

abdullahalmunayae
Автор

I would like to clear another question regarding a <td>. Can you get in touch via email?

jd-code