-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deployment to firebase hosting #300
Comments
Had any luck? |
No, it's probably possible but not feasible . There's new trend which's headless cms aka Jamstack. The article was demonstrate how to push wasm / automatic GitHub workflow trigger build. you probably could find a hacky way to do it though |
Hey! I got Blogifier working on Aws with custom domains and an SSL certificate. It is using the AWS free tier so it's completely free. Check out the installation I write up using the Blogifier blog. https://blog.davidrandoll.com/posts/host-blogifier-for-free-on-aws |
I think it is not possible, because firebase mainly supports static hosting and not all of Blogifier is written in blazor web assembly, I think only the admin panel. So it would be difficult or even impossible because you need to host it server side. |
Hi , I like this CMS from the demo , I've ran into some issue but in the end I managed to get it to work on local server ,
however I tried to follow this article on how to deploy wasm into firebase hosting it doesn't work as expected :
https://swimburger.net/blog/dotnet/how-to-deploy-blazor-webassembly-to-firebase-hosting
The text was updated successfully, but these errors were encountered: