meteor-feature-requests
meteor-feature-requests copied to clipboard
A tracker for Meteor issues that are requests for new functionality, not bugs.
### 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...
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...
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...
Migrated from: meteor/meteor#4363
`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...
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...
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...
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...
SSR Status
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...
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...