Should I migrate my frontend calls to the new async api?

Hello! I found out that in meteor version 3.0 node-fibers will no longer be supported, but for me it was not clear, if I will need to migrate only the queries to mongo on the server side, or if I will also have to migrate the queries made to mini-mongo for this new asynchronous format.

I don’t think you will need to use async api with mini-mongo. But then you will need to separate codes between client and server.
// I’m just a guy using MeteorJS :slight_smile: