TypeError: firebase.storage is not a function

前端 未结 14 1216
予麋鹿
予麋鹿 2020-11-27 14:47

Following this example, I keep getting the error:

 TypeError: firebase.storage is not a function

From this line in my code:



        
14条回答
  •  隐瞒了意图╮
    2020-11-27 15:25

    I encountered a similar problem when I was integrating firebase's storage on the browser (webapp)

      
    

    Just add that line, and the bug is gone!

提交回复
热议问题