Whats the difference between firebase web app and firebase hosting

百般思念 提交于 2021-01-29 09:36:17

问题


what is the difference between the firebase web app and firebase hosting? As far as i can tell the web app is used for an app thats actually just a browser, and the firebase hosting is used just for websites.


回答1:


Firebase for Web-Apps is a JavaScript library and Firebase Hosting is a web-hosting platform.

The JS can be loaded from just any web-server, but on Firebase Hosting it is better integrated with other the components in the Firebase ecosystem - and it can be deployed with the Firebase CLI.



来源:https://stackoverflow.com/questions/59996743/whats-the-difference-between-firebase-web-app-and-firebase-hosting

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!