Getting a.ref is not a function error when upgraded to angularfire 1.2

前端 未结 1 769
一生所求
一生所求 2020-12-02 00:48

Following codebase used to work with firebase 2.3.1 and Angularfire 1.1.3

Var fb = new firebase(\"https://database name.firebaseio.com\");

var fbObj = $fire         


        
相关标签:
1条回答
  • 2020-12-02 01:20

    you should not upgrade your firebase to 3.0 because AngularFire upgrade to 3.0 has not been completed.

    See Issue in GitHub : https://github.com/firebase/angularfire/issues/718

    0 讨论(0)
提交回复
热议问题