Questions tagged as 'parse.com'

2
answers

Refer to a Pointer type value in Swift with Parse

I have created in parse several classes and many of them related to each other by Pointers. An example is the following. I have 2 classes: subcategorias comercios In comercios I can have records of many trades, t...
asked by 24.01.2016 / 20:16
2
answers

Restart NodeJS server with every change in the index?

I have mounted a Parse Server on an ubuntu, and every time I add a modification to the index.js I have to restart, which takes 4 or 5 seconds to come back to life. Is there a more optimal way to add changes without dropping the server?     
asked by 10.07.2016 / 12:56
0
answers

How can I upload images to parse server from express

express code app.post('/upload', multipartMiddleware, function(req, resp) { var restaurante = new Parse.Object("Restaurante"); var logo =(req.files.imagen); var file = new Parse.File("logo", req.files.imagen); restaurante.set("logo",...
asked by 06.07.2016 / 22:57
1
answer

console.log does not appear with pm2

I have a node.js Parse Server app where I need to use console.log to debug the cloud code, the problem is that by launching the app like this: node index.js the log appears, but if I launch it with pm2: pm2 start index.js the logs of c...
asked by 31.07.2017 / 20:55
2
answers

Show values of my query service made in Parse in Angular 2?

We are making an application in which we use Angular 2 and Parse for the back. In the application we save projects or "challenge" as our object is called and now we want to show them in an angular component. The problem is that although an ar...
asked by 08.04.2017 / 21:49
1
answer

How to access the attributes of an array of pointers on parse.com

I have the following problem I can currently get the [object Object] of each order, however I need to access its attributes and try the include function but I can not access it send me undefined link I leave my code and hope you can help...
asked by 27.09.2016 / 17:28
1
answer

AWS Parse deploy with Elastic Beanstalk

I am investigating the aws a bit and I have found a wall, to see if someone gives me a hand. Doing the deploy de parse creates an instance, an elastic ip, an s3 etc. All you have to do is connect a server with mongodb, recommend mlab on th...
asked by 03.03.2017 / 19:51