Home

Issue: 2471

[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:

  1. index.vue - /
  2. 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 …!
This question is available on Nuxt.js community (#c2147)