Coder Social home page Coder Social logo

Comments (6)

katowulf avatar katowulf commented on September 13, 2024

@steve21124 could you describe the use case you're trying to solve? It might be there are several options available, depending on the desired result : )

from angularfire.

steve21124 avatar steve21124 commented on September 13, 2024

thanks. what I need in message transmission exactly the same as chat. Instead of sending message, it will sent lat,lon and small description.
The scenario is like this: if some one send lat,lon,description to the server the server will notify all currently connected client incoming (lat,lon,description). on the client side the javascript function will be call some function to do some update to the map.

I already have all the map stuff ready. the only things I that I need is to initial a function call when the server return a value. Currently, I put it inside "scope.$watch("messages.length", function()" but not sure if this the right approached.

from angularfire.

bennlich avatar bennlich commented on September 13, 2024

So it sounds like it doesn't have to happen before updating your local data--you just want to call a function whenever the data changes. Is that right?

from angularfire.

steve21124 avatar steve21124 commented on September 13, 2024

yes, whenever the data changes, it will call the function and pass that value of the changed data.

from angularfire.

bennlich avatar bennlich commented on September 13, 2024

Seems like this must be a pretty common use-case, and I can't think of a better way to do it than to slip an extra callback into the Firebase .on() listener. What do you think @katowulf?

from angularfire.

anantn avatar anantn commented on September 13, 2024

We added an optional callback to angularFireCollection as the 2nd argument. Let us know if that doesn't suit your needs!

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.