Questions tagged [kinvey]

Kinvey is a Backend as a Service platform for mobile and web apps.

Kinvey is a commercial cloud platform to provide Backend for mobile, tablet and web apps. Some of it's features are:

  • Free services for small applications
  • Cross-platform with support for iOS, Android, HTML 5, and a few others
  • 3rd party integration
  • Data and large-file storage
  • Versioning

More info:

196 questions
1
vote
1 answer

File Storeage Using Kinvey Rest api

I try to upload image using KINVEY REST api (http://devcenter.kinvey.com/rest/guides/files#Uploading) but i failed to upload file in file storage. please tell me how to send image file-name/file-data in get/put request and which header should i…
xhah730
  • 13
  • 4
1
vote
1 answer

Server scripts on kinvey

I have implemented a Login module in Kinvey. I am able to write data in the data store. I want to check if the user logging in is already present in the data base. How can I write a business logic for this? How can I call this code in business logic…
tussh13
  • 87
  • 12
1
vote
1 answer

Content Adapter and Async Callbacks

I'm using a third party cloud service (Kinvey) to fetch data for my app. All Kinvey methods that service are wrapped in async classes. I'm currently getting an error log below and I understand why I am getting it. I just don't know how to resolve…
AndroidEnthusiast
  • 6,557
  • 10
  • 42
  • 56
1
vote
3 answers

How to connect a AngularJS app to Kinvey?

How do I connect a AngularJS app to a Kinvey backend in an easy way?
Alfred
  • 7,071
  • 4
  • 27
  • 35
1
vote
1 answer

Creating Collections in Kinvey (Android)

I recently started using Kinvey as a backend for my Android app. The documentation doesn't have a lot of info about Collections. I want to know if it's possible to create Collections using the same concepts applied to MySQL tables for example: A…
AndroidEnthusiast
  • 6,557
  • 10
  • 42
  • 56
1
vote
1 answer

Kinvey server setup

Kinvey is Backend as a Service | Mobile Cloud Backend as a Service Is Kinvey ( http://www.kinvey.com/ ) good, or using custom Java server with database a good idea ?
dcanh121
  • 4,665
  • 11
  • 37
  • 84
1
vote
1 answer

How to store and query between date values in Kinvey's REST API?

It seems that kinvey does not support a specific date type. How then should the dates be stored to make it possible to query between certain dates? I am specifically interested in implementing this on their REST platform. This mocha test seems to…
John Rellis
  • 543
  • 3
  • 15
0
votes
1 answer

Angular website works on Chrome, not Firefox or Safari

I have a website served by express running on AWS Elastic Beanstalk, Node.js 14. Login and everything works fine on Chrome, but on Firefox I get window.openDatabase is not a function and on Safari I get web sql is deprecated when I try to login. …
xinthose
  • 3,213
  • 3
  • 40
  • 59
0
votes
1 answer

React - setState in an observable

I have an array let exams = [] and an observable stream.subscribe( function onNext(patients) { let patient = patients[0] await exams.push({ patient, session }) …
Subhi Samara
  • 77
  • 1
  • 2
  • 11
0
votes
1 answer

Gradle error trying to run nativescript app on android emulator on mac

I'm trying to run a nativescript app on android using tns run android I'm always getting gradle error: FAILURE: Build failed with an exception. * Where: Build file:…
0
votes
0 answers

KinveyError: A redirectUri is required and must be a string

Installed latest NativeScript Sidekick, started with "Enterprise Auth" template. Followed documentation and am getting: KinveyError: A redirectUri is required and must be a string I have even tried to go to the Kinvey Console and enter something in…
Glen Souza
  • 113
  • 1
  • 10
0
votes
2 answers

Is it possible to apply a relational table approach to Kinvey?

Im trying to do an app which requires regional permission and locks, for that i would need to apply a region ID on a lot of things, and thus was wondering if Kinvey could allow me to fetch that _id from the region collection to other collections?
Udhayan Nair
  • 550
  • 1
  • 8
  • 18
0
votes
1 answer

Configuring OAuth 2 Authentication with NativeScript provided Enterprise Auth project template

I am Configuring OAuth 2 Authentication with NativeScript provided Enterprise Auth project template, I followed the complete guide to configure Azure Active Directory. After setting up URLs and keys when I am executing the application through tns…
0
votes
1 answer

kinvey loginwithMIC method does not open webview in mobile

We are working on the SSO using kinvey MIC with SAML redirect. For web application we are able to achieve the result as expected. But when we use same configuration in the mobile it is not reaching the our Single Sign On Page. When I debug the…
0
votes
1 answer

Cannot load data from Kinvey database

I have created a database in Kinvey and I am trying to load the data with a onclick event on a button. I tried to console.log my response from the promise to see if I will get the object back, but instead of an object it gives me this error: error:…
Rupert
  • 3
  • 2