meteor-feature-requests icon indicating copy to clipboard operation
meteor-feature-requests copied to clipboard

A tracker for Meteor issues that are requests for new functionality, not bugs.

Results 100 meteor-feature-requests issues
Sort by recently updated
recently updated
newest added

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...

Project:Accounts:OAuth

https://github.com/meteor/meteor/blob/ecf726ebf383917baba929e26adc40bd95281eab/packages/ddp-server/livedata_server.js#L248 if its a login user, this value is still empty.

Project:Accounts (in user apps)

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...

Project:Accounts:OAuth

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...

Project:Accounts:OAuth

"/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...

Project:Accounts (in user apps)
Project:Utilities:Email

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

Project:Package Server

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...

Migrated from: meteor/meteor#4319

Project:Utilities:HTTP

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...

pull-requests-encouraged
Project:Minimongo
Project:Mongo Driver