Questions tagged [back4app]

Back4app is a mobile-backend-as-a-service platform. It offers the Open Source Parse Server as a backend. Use this tag for questions specific to back4app.

Back4app is a mobile-backend-as-a-service platform. It offers the Open Source Parse server as a backend.

Official site: https://www.back4app.com/

375 questions
-1
votes
1 answer

Back4App - Parse Class level permission for limited number of users

Is this possible to set a list of users for a class that can get or set new data. Only that list will be available to work with this class. Let's say you are super admin or premium user and I would like to deny any request from other list which are…
Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277
-1
votes
1 answer

Get 401 error using Retrofit and Back4app Api Rest

I have and app in back4app and I'm trying to get data with retrofit but I'm getting 401 response. I add these header params X-Parse-Application-Id X-Parse-REST-API-Key Content-Type I try to add X-Parse-Session-Token but has the same response. When…
Pablo Garcia
  • 361
  • 6
  • 23
-1
votes
1 answer

How to query on parse json object child value if it contains/equal to/greater than etc.?

I have a table in parse server (back4app) as below. [{ "companyName":"Abc Ltd", "branchAddress":"1-1,Xyz Street", "empInfo": {"name":"Naveen", "age":25, "salary":35000} }, { "companyName":"Abc Ltd", …
Naveen Avidi
  • 3,004
  • 1
  • 11
  • 23
-1
votes
1 answer

Ionic Framework Login and Get User Information with Parse(Back4app)

Login and Register work perfect as expected but the issue is that I can't retrieve logged in user information as per fields have given on the table. The link below is what I have done so far:…
-1
votes
1 answer

Is it possible to force "https only" in my Back4App app?

When the webhosting option is activated for an app in Back4App, getting a subdomain like http://someapp.back4app.io, if you access someapp.back4app.io http is used by default instead of https. Regarding to this I only found…
drodsou
  • 2,970
  • 1
  • 21
  • 15
-1
votes
1 answer

GET from back4app

I pretty much copy and pasted from the parse documentation to get server information: import json import http.client conn = http.client.HTTPSConnection('parseapi.back4app.com', 443) conn.connect() conn.request('GET', '/APP/users/ObjectID', '', { …
-1
votes
1 answer

Parse cloud code js using await throws syntax error

My issue is this, I'm using Parse cloud code and I have a before save trigger, like this: Parse.Cloud.beforeSave("Ordenes", function(request, response) { console.log(request.object + " beforeSaveCalled"); var query = new…
Pedro.Alonso
  • 1,007
  • 3
  • 20
  • 41
-1
votes
1 answer

How can i use back4app with AngularJS application?

I want use Back4App with angularjs application, for simple user login. Can I do this and how?
Jenia
  • 9
  • 1
-1
votes
1 answer

Not able to create table in database while using back4app( which is based on parse framework)

I performed whole task as given in this video : https://www.youtube.com/watch?v=BhA-XSdy9kA but then also no any table got created in dashboard please suggest if any step missing in this video.
coderAJ
  • 310
  • 5
  • 17
-2
votes
1 answer

Adding parse to xcode

I'm following this toturial to add parse to my ios project. I came till this step: I don't understand what they saying about changing the path I went to "Build Settings" and inside "Runpath Search Paths" I see: $(inherited)…
Kernel
  • 31
  • 1
  • 7
-2
votes
2 answers

Parse is shutting down. Will it be maintained by someone?

Parse.com is shutting down. So developers what we gonna do? It is doing to be maintained as a open source solution? I have heard something about back4app by Facebook.
-4
votes
1 answer

Back4app with Stripe using swift iOS

I'm trying to build an iOS app with back4app acting as the db. I've added Stripe to the cloud code and I've added all the relevant API keys to it. I've been following https://www.back4app.com/docs/cloud-code-functions/stripe-android-app as…
-4
votes
1 answer

Creating JSON File From Parse Database

Does anyone know how to create a JSON file using data from a Parse Database (Back4App) using PHP? Im needing to drop a file to my server each morning to populate a data grid.
klykins
  • 95
  • 1
  • 6
-4
votes
2 answers

Uploading files to Parse database

I want to add a feature to my app in which the users can upload files (PDF files) from their mobile to the database, then download this file back to the app and display it. I have no idea how to start doing this and what is the right code to use. I…
1 2 3
24
25