meteor-feature-requests
meteor-feature-requests copied to clipboard
A tracker for Meteor issues that are requests for new functionality, not bugs.
Currently [`Accounts.onCreateUser`](http://docs.meteor.com/api/accounts-multi.html#AccountsServer-onCreateUser) only allows options to be passed in if you use `Accounts.createUser` But there is no current way to pass in options via a `Meteor.loginWith` function. So as to...
https://github.com/meteor/meteor/blob/ecf726ebf383917baba929e26adc40bd95281eab/packages/ddp-server/livedata_server.js#L248 if its a login user, this value is still empty.
Hi! I'm working on a React Native app which also uses Expo. As a backend I'm using Meteor. In the backend app, I'm able to login with Google and Facebook...
Migrated from: meteor/meteor#4249 It would be really nice if you could provide additional user params to save in Meteor.loginWith function. Example: I have a signup page with some required input...
"/packages/accounts-password/password_server.js" Line 735 Would there be any value to unblock these Accounts server method?! The reason why I am asking for this is because I see in the monitoring tools...
Back when the infamous Blaze thread was announced, I noticed the vibe in the community changed, completely. Given how unpredictable and unplanned it was, people had difficulty trusting the platform....
Migrated from: meteor/meteor#3893
Can we have a 'meteor remove' command to uninstall meteor in a clean way? I mean w\o manually deleting meteor folder. For example when a new Meteor release comes out...
Mongodb 3.4 allows the use of collations. This is a huge development they should have done long ago. Meteor should support should be implemented ASAP. It also should be easy...