Type Error undefined is not an object (evaluating 'Wu.getRandomValues')

前端 未结 4 1896
傲寒
傲寒 2020-12-21 09:27

This is the code I implemented for adding data to collection:

import FirebaseKeys from \"./config\";
import firebase f         


        
4条回答
  •  情深已故
    2020-12-21 10:17

    A comment from another question has a solution: I had the same issue. Downgraded the firebase version to @7.12.0 and it worked again.

提交回复
热议问题