Questions tagged as 'parse.com'

1
answer

How to use the parse.com site?

With parse.com is it necessary to move my database to their site? I have a database on the company server and do not want to put it on their site. Do they offer the option to access my database without being through their website? For ex...
asked by 07.07.2015 / 13:08
1
answer

How do I know if a session already exists on a system? [closed]

I have an application where the user can only be logged on to a device at the same time, how can I make this restriction? I use the Parse.com service, it provides an API for exchanging data between an app and the cloud. Example: I created...
asked by 10.09.2015 / 22:13
0
answers

Trace open in parse

I have an application on Parse.com that sends Push with custom Api messages to open an Activity, my Custom Receiver looks like this: public class CustomReceiver extends ParsePushBroadcastReceiver { private static final String TAG = "PUSH"; @...
asked by 15.10.2015 / 17:54
0
answers

Parse as backend service

This is the first time I'm using Parse in a project, I'm going through a somewhat complicated problem. I have to keep my user's data offline, this user has arraylist as an attribute. The problem is this: when I use Parse.enab...
asked by 20.08.2015 / 21:00
1
answer

register new users using Ionic and parse

I'm working on a hybrid app using ionic and parse. When I go to the terminal and use the command ionic serve , and then I try to create a new user or login, I can get no problem, ie, localhost is working. The problem is that when I d...
asked by 27.01.2016 / 16:44
0
answers

How to delete User using Parse (Error: insufficient auth to delete user)

Hello, I'm creating an app using Parse to save data to Heroku. I'm having a hard time deleting Users. I can delete objects from other collections with the command: objeto.deleteInBackground(new DeleteCallback() { @Override public void...
asked by 24.04.2018 / 22:58
0
answers

How to store images in Parse?

I have a question about saving images to a Parse bank. In Firebase it is possible to save the image path and leave it in Google Storage. In Parse I was unable to find out if I could save the image path instead of saving the converted image itsel...
asked by 16.06.2017 / 22:57
0
answers

Move Images from one screen to another Android

I'm having a problem with an application I'm creating. There is an application screen that takes data from parse.com, in the case an image, and wanted to pass it to another screen, but without losing quality. I even managed to move the image to...
asked by 07.11.2015 / 03:47
1
answer

Relationship 1: N and N: M MongoDB parse-server

I have two questions on how to model a mongo database Home 1: In 1: N, with mongodb, should I save in the child entity the ID of the parent entity object, or the parent entity save an Array with the child IDs? In the Parse-Server I could not...
asked by 07.05.2017 / 16:20
1
answer

How do I know if the user is already logged on to another device?

I have an Android application that connects to the Parse.com API, but it could also be another RestFul API that I created myself. The question is how to control sessions on different devices? Example, a user can only be logged on to a singl...
asked by 01.09.2015 / 19:56