
Flutter How to import backendless_sdk messaging module?
Versions I checked backendless_sdk: ^0.0.2 (from tutorial) and backendless_sdk: ^1.1.8 (newest one), and in both cases this field was named messaging (lowercase).
BackEndless - Test If User is Still Logged In - Stack Overflow
Feb 13, 2016 · I'm using backendless.com for my backend. I have a login home screen: The main Activity has a method from backendless.com that determines if the user is logged in. It returns …
How to upload image using Backendless? - Stack Overflow
Jan 10, 2017 · I am working on Swift 3.0 using Backendless. I am new to this concept. I am uploading an image which I am selecting from the phone gallery using …
Try to getdata from backendless using ViewModel but get ...
Dec 27, 2018 · Try to getdata from backendless using ViewModel but get IllegalArgumentException: Missing public, default no-argument constructor Asked 6 years, 4 …
Newest 'backendless' Questions - Stack Overflow
Nov 21, 2022 · How to integrate facebook login in Backendless? This is My LoginActivity.java public class LoginActivity extends AppCompatActivity implements …
What are Backendless's rules for returning database objects from …
Dec 5, 2020 · I set up a simple Backendless API Service and am running it through CodeRunner. As a test, I'm simply getting a record from the database and returning it. I've tried every …
Backendless fetch all data from database but returning one result
Oct 11, 2021 · I set up a database in Backendless and started running it on Android Studio. The app is able to access the database and the connection is stable. But when I run the app, it …
ios - Backendless + realm - storing arrays - Stack Overflow
Mar 16, 2016 · I am new in backendless.com & Realm.io I need to make a simple table with categories and few items that belong to categories I have a problem with getting data from …
How to increment a field in Backendless.com - Stack Overflow
Jun 23, 2016 · How to increment a field in Backendless.com Asked 9 years, 6 months ago Modified 9 years, 5 months ago Viewed 205 times
Can I set the ObjectId in Backendless manually - Stack Overflow
Mar 2, 2016 · So when offline and creating a new record, I have to store it in SQLite until being online again. Now can I set the ObjectId, which is the identifier of Backendless objects, …