Questions tagged as 'meteor'

1
answer

How to search for Id in mongodb With condition

How to do a mongo search with condition parameters, type: Collection.find({userId}, {done: true}).fetch(); In this way, I want to return all the documents that have the done equal to true, searching the User id. I have in the collectio...
asked by 29.07.2018 / 20:55
1
answer

Problem in the Meteor with the command for Android

AVD - Sim SDK - Sim Adb - Sim Meteor add-platform android - Sim All worked fine in this command: Meteor run android The following error occurs: C:\Users\Raphael Kieling\Documents\Estudo - Projetos\simple-todo>meteor run android C:\...
asked by 13.12.2016 / 01:01
1
answer

Problems with the new version of Meteor because of MongoDB

I just installed the new version of meteor 1.4 and I'm following the Alura tutorial. Everything OK at host installation and startup: 3000 and meteor information appeared. But as soon as I create a folder called "models" and insert a file named "...
asked by 20.10.2016 / 01:04
0
answers

Mongo collections with the same name in different databases

I am doing a prototype in Meteor that will need to connect to several databases and need to export to the same database the same collection and I am not able to publish the collections with different names to differentiate. The idea is, I have...
asked by 22.10.2018 / 05:04
0
answers

How do I log out in a meteor application with a user who logged in with facebook?

In my mobile application made with meteor, when user logs in with facebook, when he logs out and then tries to access the app again, he is logged in aumaticamente, that is, the user has not been logged out. This is my logout code. Meteor.lo...
asked by 26.09.2018 / 18:33
1
answer

Uploading Photos to Amazon Storage?

I want to put a form with an image upload field on the client that uploads photos directly to Amazon S3 storage, without going through the server, using Meteor, can someone point a direction, any tips? >     
asked by 07.07.2018 / 14:41
0
answers

Webspeachapi + Meteor

I do not program anything in Meteor, but I wonder if the following scenario is possible: I want to create an application in Meteor where I can use Webspeachapi so that through the voice I capture the user's words and add in a div on the site....
asked by 28.06.2018 / 01:26
0
answers

Photo stores in google clound and mongoDB?

I want to use Meteor and react to create a form with an image upload field that saves the uploading file to a google clound storage, and save only the image path in MongoDB Someone could point a direction, links, tutorials. I do not know how...
asked by 05.07.2018 / 23:16
0
answers

Meteor - Slow down with MongoDB meteor

Good afternoon guys, I currently use the version of meteor (meteor 1.6.1.1), as soon as I run the command "meteor npm start" the delay takes horrors to load localhost, * Started MongoDB.    Building for web.browser (stays in this for about...
asked by 26.04.2018 / 16:55
1
answer

order in which WebApp.connectHandlers.use is evaluated

In a test application, I have several dns records pointing to it, and I have a folder where I keep specific codes for each source. What I want to avoid is the possibility of requesting content from one site to another, but the problem is that...
asked by 19.03.2018 / 21:40