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

### Before opening a new feature request, please note: ### The problem: Currently, if you want to send emails from a meteor app you can do it only with **a...

Project:Utilities:Email

As far as I can see from the docs, there is no `hint: $natural` option available on the client. Is there a reason why? From my understanding it simply reverses...

pull-requests-encouraged
Project:Minimongo

In May a new data/privacy protection law comes into effect in the EU. General Data Protection Regulation (GDPR) is a huge regulation which applies to anyone in the EU, but...

Project:Accounts (in user apps)
in-discussion

Migrated from: meteor/meteor#4363

Project:Accounts:Password
in-discussion

`Accounts.onLogout` should receive information about the session that's being ended. A user can have multiple 'resumeTokens', it would be useful to have this ending token included in the arguments. I'm...

in-discussion

Using IndexedDB as a data-storage for minimongo would give us several advantages, I think, e.g. of automatically having indexes built in (#66). In addition it might clean up the code-base...

Project:Minimongo

I just killed our app by including a module from /server into a /client module and then of course that module can’t be loaded in the browser (javascript error in...

in-discussion

There should be a supported way to inject data directly into minimongo instead of by subscription and DDP, but still allow update by subscription later. A common use case for...

in-discussion

Hello everyone, do not be tired. Due to that, the server rendering package is incomplete. **1. Cannot subscribe to data 2. Cannot render based on user login status** Also, the...

in-discussion

Migrated from: meteor/meteor#3764 It's not possible to subscribe to a publication multiple times to get different subfields. For example, let say we have a collection where each document have a...

Project:DDP