.NET Blazor + Firebase: Starting cheap
Educator 2
Saturday 26 July, 12:00 - 12:45
This session could apply to any web development frameworks that produces static files on build, incl. the big players like Vue or React. In this case, the framework of choice is .NET Blazor (WASM) which is compiled into a static application that can run on a client browser.

Firebase offers a no-cost/hassle-free entry into cloud development via simple offerings to cover the basic modern application needs - hosting, storage and business logic.

This session aims to walk the audience through:
- Identifying what your application needs
- Contrasting against Firebase and what it offers
- .NET Blazor as a web framework choice
- The Good: Making Blazor and Firebase play nice
- The Bad: Avoidable friction from these choices
- The Ugly: Things that just cannot be done