Is it possible to host .NET Web Api project in Firebase hosting module? Would be a great way of changing my current provider.
Firebase Hosting is for serving static assets only (HTML, JS, CSS, images, video, etc...).
You can't run any server code like the .NET Web API.
But if you're looking for guidance on using Firebase with Web API, you can check out these two repos:
https://github.com/davideast/FirebaseAuth-WebApi/ https://github.com/davideast/FirebaseAuth.Web
The first shows how to authenticate Web API against a Firebase database (using a Filter), and the second is the client side app (written in Angular).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With