azure-mobile-apps-js-client | Javascript Clients for Azure Mobile Apps | Mobile Application library
kandi X-RAY | azure-mobile-apps-js-client Summary
kandi X-RAY | azure-mobile-apps-js-client Summary
With Microsoft Azure Mobile Apps you can add a scalable backend to your connected client applications in minutes. To learn more about Azure Mobile Apps, visit the Mobile Apps documentation. This repository contains code for the azure-mobile-apps-client npm package and the cordova-plugin-ms-azure-mobile-apps Cordova plugin. The Cordova plugin is published from the Azure/azure-mobile-apps-cordova-client repository by bundling source code in this repository. Refer Azure/azure-mobile-apps-cordova-client for more details about the Cordova plugin. The following sections explain how to use the Javascript client SDK. You can also refer How to Use the JavaScript Client Library for Azure Mobile Apps for more details.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of azure-mobile-apps-js-client
azure-mobile-apps-js-client Key Features
azure-mobile-apps-js-client Examples and Code Snippets
Community Discussions
Trending Discussions on azure-mobile-apps-js-client
QUESTION
We are planning to create a crossplatform mobile app, and I'm investigating some of technologies. Currently we are maiking choice between Xamarin and PhoneGap / Cordova. One of requirements is offline sync - the user must be able to work with app while there is no connection to server. When connection is restored, data must be synced.
I'm testing Azure App Service Mobile Apps for this purpose. But I'm faced with some strange thing. According to this guide Mobile Apps is designed to work with tables as data storage. It is required to create a single table, and to construct queries to that table on client. The client side SDK has methods like getTable(), which tells that SDK expexts to fetch data from table.
We have big legacy desktop app, which comes to each client with his own database. Client databases are hosted on VMs in data centers, which we rent. So we have some web service, which works directly with databases.
So here is the main question: can I somehow substitute table with calls to our web service in Mobile Apps backend? Is this technology designed for such usage? If not, can you suggest more suitable service, which can provide offline sync feature for mobile clients while pulling data from custom data sources?
Thanks alot.
...ANSWER
Answered 2017-Oct-02 at 05:26can I somehow substitute table with calls to our web service in Mobile Apps backend? Is this technology designed for such usage? If not, can you suggest more suitable service, which can provide offline sync feature for mobile clients while pulling data from custom data sources?
As far as I know, if you use aure C# mobile sdk backend, you could use mysql or something else which support EF as the database source. If you use azure Node.js backend, you could only use azure sql database and azure storage as the backend.
Since the azure mobile SDK provide the offline sync and other feature, it will create its own column to achieve the offline sync.(About how azure mobile SDK achieve offline sync, you could refer to this article)
So if you use the SDK not supported database, you couldn't use the mobile SDK. If you don't use azure mobile SDK, you will not use its feature.
If you still want to use other database(the SDK not supported), you need write your own logic to achieve all the feature you want to use.
QUESTION
I am trying to query my local table to get specific set of data and I keep getting a syntax error. What is the correct way to use the where clause. I am looking at this resource:
https://azure.github.io/azure-mobile-apps-js-client/MobileServiceSqliteStore.html#read
And I not able to get my code to function. I am able to get the tables full set of data with just a plain read.
...ANSWER
Answered 2017-May-30 at 06:13You'll need to format the date value as shown below:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install azure-mobile-apps-js-client
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page