Questions tagged [baasbox]

BaasBox is an Open Source project that aims to provide a general purpose back end for mobile and web apps

Baasbox make you to Build your app in minutes. No vendor lock-in Deploy BaasBox anywhere you like with SDKs for iOS, Android and Javascript

The coolest thing in this new 0.8.2 release is the enhancement of the iOS SDKs, now we support to login with Facebook and G+. Furthermore we concentrated on fixing bugs and improving the embedded console.

For more Info: http://www.baasbox.com/features/

31 questions
0
votes
1 answer

OrientDB embedding mobile

I am working on a pet project mobile app. I am planning to use OrientDB in embedded mode with the app. Here are the questions i have: Am i free to use OrientDB embedded in a mobile application? This application will be distributed for free to users…
werty37
  • 51
  • 10
0
votes
1 answer

What am I missing in order to connect BaasBox data to MapBox presentation layer?

Good Evening, I am working on an iOS mobile application that allows the mobile user to send geolocation data to the backend (BaasBox). I then want to be able to display all of the collected geolocation data, from the BaasBox database, in an online…
Robbie Robinson
  • 389
  • 3
  • 14
0
votes
1 answer

JSON object from POST request in BaasBox

I'm trying to create a JSON object from the payload in a POST request but can't seem to get it working. I'm using BaasBox and I've created a JavaScript plugin that looks like this: http().post(function(req){ Box.log(req.method + " received: " +…
Pætur Magnussen
  • 731
  • 1
  • 8
  • 22
0
votes
1 answer

Database schema is different - Exception in OrientDB - Baasbox

I am getting the following exception on starting up baasbox (it has embedded orientdb). This exception happens when I connect to the database using console.sh/connect:plocal and then run a few select queries, but doesn't happen the first time I…
K.K
  • 2,337
  • 1
  • 24
  • 32
0
votes
1 answer

On what concept the BaaS works

Recently i got to know about BaaS, A kind of service which is used to store data online in persistence format. I have check parse.com and firebase.com. I am want to know how they store the data. In parse.com you create a Parse object which is…
dead programmer
  • 3,727
  • 8
  • 38
  • 65
0
votes
1 answer

How to update the user document nested field in Baasbox using webservice call

Kindly help me in updating the user document nested field. I have a user document having visibleByTheUser field having avatarUrl, name, email as the fields. I want to update only the avatarUrl field when profile pic is uploaded. When i try to update…
0
votes
1 answer

Unable to signup with social login in Baasbox

I'm new to Baasbox. I have followed the documentation and created the following below code to sign up with social login. Here is my code of sign up with token available from respective social networks. $scope.createUserWithBaasbox =…
0
votes
1 answer

Unable to start Baasbox server

Am beginning in Baasbox (http://www.baasbox.com/) and i followed the steps indicated in the video (on http://www.baasbox.com/download-page/ in bottom of the page) to install the server on windows. The steps are downloading the server and then the…
GB11
  • 175
  • 1
  • 17
0
votes
0 answers

how to verify paypal payment in baasbox plugin

I have setup baasbox and I already tested the paypal payments. However I'm not able to implement the verify of payment from baasbox plugin. Can someone help? Thanks.
0
votes
2 answers

How to get document id's in BaasBox[0.9.2] using java script

I'm new to BaasBox. Can i have answer for how to get all the document ID's in a collection of BaasBox using javascript.? Thanks in advance.
0
votes
1 answer

Login to Baasbox application

I am trying to login to my BaasBox application via POSTMAN extension. But I am unable to do so. I am unsure of where am I going wrong. Here is the image link http://i.stack.imgur.com/CibCb.png Thanks In Advance
0
votes
1 answer

Getting NullPointerException on commit - orientdb in baasbox code

I am getting a NullPointerException on a commit when I start baasbox. I commented out the transaction logic in DbHelper.java file of baasbox. The orientdb version is 1.6.3. Has this problem been seen in this version before? Anybody have an idea…
K.K
  • 2,337
  • 1
  • 24
  • 32
0
votes
1 answer

image retrieved from baasbox javascript , not displaying in html page

I am using baasbox javascript sdk to retrieve images from baasbox server and display it on webpage. I have retrieved the image file (base64 binary data)from Baasbox sever using fetchfile() but when I try to display it…
gooner
  • 319
  • 1
  • 4
  • 17
0
votes
1 answer

Creating a document in BaasBox using HttpClient?

Following with this BaasBox series, I previously posted BaasBox and C# from WP8 to know how to perform a log in from a WP8 App to a BaasBox server. I have accomplished that. Now, I am facing a problem when trying to create a new record (In BaasBox…
MikePR
  • 2,104
  • 4
  • 22
  • 52
0
votes
0 answers

BAASBox cross domain

I'm using BAASBox for the back-end to my Unity3D application. The Unity player implements a security model that restricts accessing data on a domain other than the one hosting the .unity3d file. To make everything work i need to add a…