0👍
You need to also import the firebase/auth
library if you need the auth feature
i.e.
import firebase from 'firebase/app';
import 'firebase/auth';
- [Vuejs]-How to use v-for variable from slot in the parent component?
- [Vuejs]-Utility method in Vue.js
Source:stackexchange.com