Giter Club home page Giter Club logo

Comments (4)

katowulf avatar katowulf commented on June 11, 2024

Thanks for reporting this!

We'll have to reproduce this before we can troubleshoot and try a fix. And I'm probably being dense, but I don't really don't see what to do with this little snippet. It looks like pretty stock stuff.

Any chance we could get some more data? Maybe a complete repro and a little more detail about what "sporadically fail to engage" means? Specifically, under what conditions it works and which it doesn't?

from angularfire.

leefernandes avatar leefernandes commented on June 11, 2024

Sure, here's an example on jsFiddle: http://jsfiddle.net/ItsLeeOwen/QAVv4/embedded/result/

Toggle the state of angularFire a few times, and eventually it will stop syncing with the backend. I verify this by watching the Firebase Forge in my account, where I see after 2-4 toggles angularFire will stop syncing with Firebase Forge. I suppose you can verify by opening the jsfiddle in two browsers, or by noticing missing data after a refresh.

If I remove the conditional statement in line 95 of angirefire.js, angularFire makes the re-association every time.

// line 95
if (angular.equals(val, self._parse(name)($scope))) {
return;
}

from angularfire.

leefernandes avatar leefernandes commented on June 11, 2024

a workaround is manually resetting your scope variable before re-enabling angularFire.

for example:
// before calling angularFire again unset the stuff
scope.stuff = [];
var promise = angularFire('https://my.firebaseio.com/stuff', scope, 'stuff', []);

from angularfire.

anantn avatar anantn commented on June 11, 2024

Hey @itsleeowen, we just made a bunch of changes to the code recently that takes into account local changes and tries to merge them cleanly with remote data. I believe this should fix the issue you're seeing. The jsFiddle you linked isn't accessible, could you give a try with the latest version of angularFire and reopen if you're still having trouble?

from angularfire.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.