Questions tagged [mbaas]

MBaaS stands for mobile back-end as a service. This is a model for providing web and mobile app developers with a way to link their applications to back-end cloud storage and with other functionality.

MBaaS stands for mobile back-end as a service. This is a model for providing web and mobile app developers with a way to link their applications to back-end cloud storage and also providing features such as user management, push notifications, and integration with social networking services etc.

These services are provided via the use of custom software development kits (SDKs) and application programming interfaces (APIs). BaaS is a relatively recent development in cloud computing. MBaaS providers form a bridge between the front-end of an application and various cloud-based backends via a unified API and SDK.

117 questions
1
vote
0 answers

Install and configure Backendless Standalone on a PC?

After Parse.com announced they're closing I've decided to find a new mbaas, and I found Backednless. I downloaded their standalone version and installed it on my PC. I would like to configure it in some way, in order to be able to deploy my custom…
starscream
  • 741
  • 2
  • 11
  • 23
1
vote
1 answer

How can I update a user data like username and password in syncano using android programming?

How can I update a user data like username and password in syncano using android programming as a syntax ?
1
vote
2 answers

iOS: Modeling Friends List with Syncano DB

I'm trying to get a handle on how to use custom Swift classes to model my Syncano backend. I have classes MPUser and MPUserProfile exactly as described in this guide. However, instead of adding an avatar field, I'd like to add a friends list. Should…
Connor Neville
  • 7,291
  • 4
  • 28
  • 44
1
vote
1 answer

implement push notification in firebase with batch

I am trying to make firebase and batch work together so that I can fire push notification when something in firebase db got changed. I followed this tutorial and now i want to make them work automatically and for that i contacted with batch's and…
remy boys
  • 2,928
  • 5
  • 36
  • 65
1
vote
1 answer

Windows App with Azure App Services for Mobile Apps

I am builing a Windows Phone Store App at the moment and I am planning to build a Windows Store App in the future (Universal Windows App). I want to synchronize the items stored in the local SQLite database with a remote database and between the …
zirkelc
  • 1,451
  • 1
  • 23
  • 49
1
vote
2 answers

Mobile app development for beginners

I'm a beginner in mobile app development. Am planning to develop an app related to social networking. Curious to understand the best possible resources to start with. I see some websites like apparchitect.com which help to create a mobile app…
Sandy
  • 187
  • 3
  • 16
1
vote
2 answers

how to store data on firebase from android?

This is how I store data on firebase.But can anyone suggest, how to encrypt password and save it? save.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { String user,pass; …
1
vote
1 answer

how to upload picture and event in my Published App Xcode 6

i am New user for Xcode in swift and i published my app to App Store. i could only connected with Parse ( Push notification Service ) but actually i want in future to change the background of my App or to add New Event. i know it is possible to do…
Steven
  • 762
  • 1
  • 10
  • 27
1
vote
1 answer

Parse.com - how to secure file object access?

I created a class in parse.com and added a column of type: File Uploaded a file 'myfile' to it. Changed the security of the class so that GET is not allowed at all. Client Permissions: GET (disabled) But i can directly access the file like this…
Jasper
  • 8,440
  • 31
  • 92
  • 133
1
vote
2 answers

Best BaaS for iOS poll app

I am making iOS poll App, each device is able to make one vote per month. When vote is made on iOS app, following is send to BaaS (UDID, vote, local_timestemp) Then BaaS need to check that this UDID has not voted this month already: if it has…
WebOrCode
  • 6,852
  • 9
  • 43
  • 70
1
vote
0 answers

JSON UserData format for BaaS Kinvey SignupUser

Using TBackEndUsers mBaaS component, in order to populate the _push column of new Kinvey user, I have to pass JSONObject UserData to the procedure: BackendUsers1->Users->SignupUser(AUserName, AUserData, AUserData, ACreatedObject); Here is the piece…
Giovanni
  • 89
  • 1
  • 8
1
vote
1 answer

Parse.com Data Browser not Displaying Anything?

This happened shortly after the issue that occurred today, not too long ago. status.parse.com says everything is operational. Is my data lost? Edit: Oh and querying does not work. I get the following: Error: no results matched the query (Code:…
SMD01
  • 101
  • 1
  • 13
1
vote
0 answers

tListView, XE6, BaaS: How to get Strings in nested objects

i'm new to Delphi XE6, VisualBinding and BaaS-Providers. I've been very happy to see, how easy it is to translate the JSON-Response from a tBackendQuery to a list view. My BaasStorage contains a column named FilePDF which contains a picture (a JPG,…
1
vote
1 answer

What is a better mBaaS that supports offline sync and caching?

What is a better mBaaS that supports offline sync and caching? I am evaluating several mBaaS solutions for my hybrid mobile app under development. I looked at Kinvey, Kii, buddy, and Telerik BackEnd platform. I have also came across some open source…
1
vote
1 answer

AND operator in compound queries with GeoPoint Parse.com iOS

I try to run a compound query that returns objects near a GeoPint. I only want to retrieve objects that are junger than 24h. Somehow my code returns 0. objects.. I only found that OrQueries are not possible with GeoPoints. I would expect AND Queries…
Jan Wilhelm
  • 111
  • 7