- Create a vue app.
- Add Firebase using
yarn add firebase
- Replace the code of main.js file.
- Run the program with
yarn serve
.
- Initial run will work as intended. However, as mentioned by the developer, if you'll add a new data you'll encounter this error:
Uncaught TypeError: newChildren.insert is not a function
- Tried running the same code in react and it is working as intended.