Code Monkey home page Code Monkey logo

Comments (10)

jfly avatar jfly commented on June 3, 2024

A BIG 👍 on this. It took me a very long time to figure out why I was having trouble publishing any information from the services subdocument.

from analytics.

pauldowman avatar pauldowman commented on June 3, 2024

Yes. Let's brainstorm solutions. Any ideas? Can/should we publish those emails under some other publication? Or make it optional?

from analytics.

jfly avatar jfly commented on June 3, 2024

Opting out sounds simplest, and would definitely work. Just making another subscription won't help, right? Or were you suggesting publishing to client side collection that isn't Meteor.users? My understanding is that the Mongo.Collection._publishCursor() method described here would let us accomplish that.

from analytics.

idmontie avatar idmontie commented on June 3, 2024

👍 Just ran into this problem after spending quite a bit of time trying to debug it.

I have the following code on in my server folder:

Meteor.publish(null, function() {
    return Meteor.users.find({
      _id: this.userId
    }, {
      fields: {
        'services.github.username': 1
      }
    });
  });

I can see that this works by running Meteor.user().services.github.username in the browser.

When I add this package, the username is no longer available on the browser.

from analytics.

benstr avatar benstr commented on June 3, 2024

solution will be published in the next release.

#61

from analytics.

idmontie avatar idmontie commented on June 3, 2024

👍 Awesome! Any timeframe on that?

from analytics.

benstr avatar benstr commented on June 3, 2024

Soon, this package is getting some much needed lovin this week. But in the meantime feel free to download it and manually add it to your /packages folder. Let us know if you find any other issues.

from analytics.

pauldowman avatar pauldowman commented on June 3, 2024

Version 1.0.1 released.

from analytics.

idmontie avatar idmontie commented on June 3, 2024

👍 🎉

from analytics.

juliomac avatar juliomac commented on June 3, 2024

Thanks! Updating to 1.0.1 also solved for me!

from analytics.

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.