Questions tagged [syncano]

Syncano is the first Data-as-a-Service (DaaS) platform, making it simple for front-end developers to build real-time synchronized apps by connecting to data anywhere, anytime."

Syncano is a serverless application platform to build powerful real-time apps more efficiently. Integrate with any API, minimize boilerplate code and control your data - all from one place.

25 questions
1
vote
1 answer

Does Syncano has ability to handle import .xls?

We want use Syncano to build a serverless app. I can't find information about a handling .xls, so we need to import file from user and read parameters from him, like: number, name, price etc. Is it possible?
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

Syncano conditional filtering on multiple fields

I'm trying to list the DataObjects in a class. I want to filter the list of DataObjects based on a conditional query on multiple fields. To select a DataObject based on field1 = xxx or field2 = xxx For eg: In class…
1
vote
1 answer

Syncano Android SDK - Check if user is logged in

I login using Syncano.getInstance().loginSocialUser() How I can check if user is logged in? It would be nice to have not asynchronous value of that parameter.
Michał Tajchert
  • 10,333
  • 4
  • 30
  • 47
1
vote
1 answer

Syncano async query with 'where()' filter

I'm using Syncano latest Android SDK (4.0.6). Is there a way to have a async query with parameters? Syncano.please(User.class).where() Doesn't have a method to run it asynchronously. But Syncano.getInstance().getObjects(User.class) Which has…
Michał Tajchert
  • 10,333
  • 4
  • 30
  • 47
1
vote
1 answer

Syncano Android SDK - Reference field in Class Object

I would like to use 'reference' type of field in my Class Object. I'm not sure how to define it in Java POJO object - I tried setting String,Integer, int, and as well object that are defined in web Dashboard as reference class - I got failure when…
Michał Tajchert
  • 10,333
  • 4
  • 30
  • 47
1
vote
1 answer

How do I pass in a payload to a Syncano webhook in Node.js?

I'm looking to use a private webhook in Node.js, however I'd like to pass in a few bits of data along with the webhook itself. How would I do this? The code in the docs without any payload looks like so: var Syncano = require('syncano');…
0
votes
1 answer

Syncano - logout Facebook user

How to logout user using Android Syncano SDK that has login using Facebook? I this sufficient to logout using Facebook SDK such as: LoginManager.getInstance().logOut(); Or anything more is suggested?
Michał Tajchert
  • 10,333
  • 4
  • 30
  • 47
-2
votes
1 answer

How do I use the Syncano Javascript user API?

I can't figure out how to use the Syncano Javascript user API in a node.js web app to log in a user, nor to create a new user, nor to fetch the user given the user auth token. Is there sample code showing this anywhere, or more comprehensive docs?…
Rick
  • 3,298
  • 3
  • 29
  • 47
1
2