You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual AngularFire is v.0.8.2, it has a bug with $firebase.$remove() not working properly. That bug was fixed in v.0.9.1, but till then there were some major changes in using the firebase.js library. The need to delete low rated cards leads to the need of upgrading all those three: AngularJS v1.2.21 –> v1.5, FirebaseJS v1.0.18 –> v2.4.1 and AngularFire 0.8.2 —> 1.1.3 . All the scripts are in js/side/new/ folder. Need help optimizing the architecture of the app for these frameworks!
The text was updated successfully, but these errors were encountered:
Actual AngularFire is v.0.8.2, it has a bug with $firebase.$remove() not working properly. That bug was fixed in v.0.9.1, but till then there were some major changes in using the firebase.js library. The need to delete low rated cards leads to the need of upgrading all those three: AngularJS v1.2.21 –> v1.5, FirebaseJS v1.0.18 –> v2.4.1 and AngularFire 0.8.2 —> 1.1.3 . All the scripts are in js/side/new/ folder. Need help optimizing the architecture of the app for these frameworks!
The text was updated successfully, but these errors were encountered: