Customize your Backendless application to fit your business needs with three forms of Cloud Code: API Services, API Events Handlers, and Cloud Code Timers.
In this week’s Backendless Spotlight, we bring you an Australian company that has grabbed a piece of the crypto craze by creating a Bitcoin and cryptocurrency market ticker for Australia’s crypto markets. BTC Market Ticker provides users with up-to-the-second market movements on BTCMarkets.net, one of Australia’s largest crypto and blockchain asset exchanges. Editor’s Note: If you or…
For each entry in a given table, Backendless creates a unique objectId property – this is a UUID. In some cases, you may want to have a unique ID based on a whole number. To do this, we will use Backendless Atomic Counters (you can read the documentation about Atomic Counters here). In this article, we will…
It is common for developers to build apps where users will have varying access to data and features within the app based on the user’s role. Being able to limit user access is important to data security, user management, and often, the financial success of the application. This is because user access is commonly tied…
Backendless Corp. 2591 Dallas Pkwy, Ste 300 Frisco, TX 75034 We can be reached via e-mail at info@backendless.com; sales@backendless.com; support@backendless.com or via phone (Monday to Friday) at 408.792.7757. General You can visit most areas of our website without providing personal information. But we do require valid and accurate information when you register to download Backendless…
Date of Last Revision: June 12, 2023 Backendless Corp. (“Backendless,” “we,” “us,” “our”) provides its services (described below) to you (“Developer”) through this website (the “Site”) and through its related services (collectively, such services, including any new features and applications, and the Site, the “Service(s)”), subject to the following Terms of Service (as amended from…
Backendless gives you the capability to implement your own License Manager for creating and validating product licenses for your customers. Here, we examine how to put this into action using JavaScript and API services.