Questions tagged [built.io-backend]

Built.io Backend is a backend-as-a-service platform. In other words, it helps you create apps quickly and effortlessly, taking care of all the backend requirements.

The obvious question that arises in a developer's mind is why use BaaS when you can do it all by yourself.

A simple answer to this question is that BaaS eases the pain of going through a lot of the hassles involved in building an app. And it saves time and money!

Features:

  • Andriod, IOS, Javascript and Xamarin SDKs.
  • Real-time.
  • Push Notifications.
  • Integrations
  • Analytics
  • Content Management
  • Security

Documentation:

6 questions
1
vote
2 answers

How to add built.io query data to Angularjs $scope

I am new to Angular and am trying to get data from a built.io class and add it to $scope in angular. I have worked through all the beginning Egghead examples and AngularJS tutorials but haven't worked this out yet. Console shows that the json is…
Zumojugo
  • 33
  • 5
1
vote
3 answers

How can I get the list of all the files uploaded in my built.io application?

I have made an iOS application using built.io. There are several files uploaded in the application. However, i am unable to get the list of all the files uploaded in the app. Could anyone please help?
1
vote
1 answer

Built.io upload progress - android

I want to show progress of my file upload. I use built.io to store my files, but really don't know how I can show progress, because I think built.io does not support this. This is how I send file: final BuiltFile builtFileObject = new…
Satu
  • 23
  • 4
0
votes
1 answer

Built.io Flow Http statement

In Http Get statement after posting information to a web server, I get a token back. I need to read that token. How do I read that token? Then Will I need to construct another URL based on that token (as a query) and send it to the next step? Is…
Jokoso
  • 1
  • 2
0
votes
1 answer

Why posting new BuiltFileObject clears array of BuiltFileObject from built app? Did i miss anything?

I am fetching BuiltClass from my built app through SDK and I get list of built file objects in it like e.g: List Below listed properties I get from BuiltFileObject: app_user_object_uid, content_type,file_size,filename, tags[], uid…
nikhilgohil11
  • 1,185
  • 15
  • 26
-1
votes
1 answer

Making built.io calls from Spring

I have a spring web service which gets data from a form and I am using built.io to store the information. I am not sure how to create built.io objects from my spring client. Do I need to make a rest call with a json object from spring or is there a…
Rajesh K
  • 51
  • 1
  • 9