AppGyver describes itself as a “professional no-code platform, enabling you to build apps for all form factors, including mobile, desktop, browser, TV and others”. When you integrate a feature-rich Backendless backend with your AppGyver app, you get a real-time database, user management, bulletproof security, highly-scalable serverless hosting, and much more.
Thunkable is a no-code app builder specializing in iOS and Android mobile apps. When you integrate a feature-rich Backendless backend with your Thunkable app, you get a real-time database, user management, bulletproof security, highly-scalable serverless hosting, and much more.
Bubble.io is one of the most popular no-code app builders on the market. When you integrate a feature-rich Backendless backend with your Bubble app, you get a real-time database, user management, bulletproof security, highly-scalable serverless hosting, and much more.
Adalo is a no-code app-building platform that aims to make building an app “as easy as making a slide deck”. When you integrate Backendless with your Adalo app, you get a real-time database, user management, security, serverless hosting, and much more.
With the Transactions API, Backendless Database can execute multiple database requests grouped into a single transaction. When any one of these grouped database operations fails, the entire transaction is rolled back – meaning any other changes within the same transaction are canceled.
As a developer, you often need to run a test query or send an API request to see the server response. Our REST docs show examples using curl, but that may not always be convenient. You may need to play with the API request arguments, change the body, etc., and modifying your curl command is…
Custom API keys may not seem like the most exciting feature of Backendless, but the flexibility that they provide is extremely valuable. In this article, we are going to take a closer look at this unheralded feature.
In Part 2 of our series, we are going to continue design backend for our Social App. So, the task for today is to implement such parts as Likes and Comments. You will see how easily you can reach this by using Backendless.
There are a lot of social applications around the world, such as Facebook, Twitter, WhatsApp, Instagram, etc. If we take a look under the hood, however, we can see they all share pretty standard features. For instance, we can’t imagine an app without the ability to establish relationships between users, or without “likes” and “comments”…