GithubHelp home page GithubHelp logo

Comments (5)

anantn avatar anantn commented on July 21, 2024

Hey @samlinux, could you elaborate a little more about why you want access to update instead of set?

from angularfire.

samlinux avatar samlinux commented on July 21, 2024

Hey I tried to make a list with the methods add, update and delete one item in the firebase store. I found out that my item would be duplicated in the firebase store if i use your update function, because of this I changed

item.$ref.set(copy); to
item.$ref.update(copy);

and it works for me.

I tried to update one item in my store, maybe something is going wrong in my example!

from angularfire.

marknutter avatar marknutter commented on July 21, 2024

@anantn update is non-destructive to other attributes on the object, whereas set will overwrite all attributes included in the object in the update. Not to mention, the angularFireCollection method is called "update" so it should be analogous to Firebase's "update" method. Instead, the angularFireCollection "update" method should be renamed to "set" and an additional "update" method should be added that actually calls Firebase's "update".

from angularfire.

anantn avatar anantn commented on July 21, 2024

Thanks @marknutter - that makes a lot of sense!

from angularfire.

vzhen avatar vzhen commented on July 21, 2024

@anantn Can I simply change the update method from .set(copy) to .update(copy) and add a set method myself?
Will there a side-effect?
Since firebase itself supports push, remove, update, set.

And no reason for angularFire only support push, remove and a problem (update).

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.