[Firebase Storage] Firebase.storage is not a function.
[issue link]I’m working on a project using Nuxt and Firebase.
Everything is ok except firebase storage.
I have 2 pages:
- index.vue - /
- add.vue -/add (which implemented firebase storage)
If I get to page no.1 first, then move to page no.2 via router. Everything is ok. Firebase storage works fine.
BUT WHEN I GET DIRECTLY TO /ADD, I GET AN ERROR: Firebase.storage is not a function.
I don’t know why? Please help me …!