[2021] Who builds paid web services these days? Everything about Firebase - Vue.js
"Who builds paid web services these days? Everything about Firebase" is back with a new Vue.js lecture. It will be a bible for beginner developers who dream of starting their own business.
News
2 articles
Hello, students.
There is a PWA section in the lecture content, and I would like to reduce the burden on developers to create installation prompts for each device.
We have distributed a platform called Zetaverse in the form of a plugin as shown below.
Those who need it can easily follow along by reading the related article.
https://brunch.co.kr/@brunch45gp/122
https://jettabus.com/
Below, I have attached the user manuals for startups that are actually in use.
Users can use it as follows ^^
https://glaze-taleggio-fb7.notion.site/2b0aa3a2f1344b8caedca888b4b1dc19
Hello, I am developer David.
As Firebase was recently upgraded to version 9 series, the grammar has changed compared to the previous version 8 and below.
This lecture is composed of versions 8 and below.
If you accidentally install the latest version of firebase while using npm firebase,
I think you will have a hard time understanding it because the lecture content and grammar do not match at all.
If you ever need to install the firebase module,
For version 8, you only need to install up to the last version, npm install --save firebase@8.10.0.
If you are taking the lecture using only the source code provided as an example, you don't need to worry about the existing source package, as it is not version 9.



