Socket
Socket
Sign inDemoInstall

cordova-plugin-ms-azure-mobile-apps

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-ms-azure-mobile-apps

This library enables you to develop scalable and secure cordova mobile apps hosted in Microsoft Azure. You can incorporate structured storage, user authentication and push notifications in minutes. For more information, check out http://azure.microsoft.co


Version published
Weekly downloads
14
increased by133.33%
Maintainers
1
Weekly downloads
 
Created
Source

Apache Cordova plugin for Azure Mobile Apps

With Microsoft Azure Mobile Apps you can add a scalable backend to your connected client applications in minutes.

To learn more, visit our Developer Center.

Getting Started

If you are new to Mobile Apps, you can get started by following Mobile Apps documentation.

Sample usage

The following code creates a new client object to access the todolist mobile apps backend and create a new proxy object for the TodoItem table.

var mobileAppsClient = new WindowsAzure.MobileServiceClient(
        "https://todolist.azurewebsites.net"
    );

var todoTable = mobileAppsClient.getTable('TodoItem');

Quickstart

Refer README.md for detailed quickstart instructions.

Limitations

  • The authentication sub-system is not complete in this release. Authentication requiring a pop-up functionality (including running Cordova applications within Ripple or utilizing an Angular based framework like Ionic) is not supported at this time.
  • Offline Data Synchronization is not supported.

Need Help?

Be sure to check out the Mobile Services Developer Forum if you are having trouble. The Azure Mobile Apps product team actively monitors the forum and will be more than happy to assist you.

Contribute Code or Provide Feedback

If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

If you encounter any bugs with the library please file an issue in the Issues section of the project.

Learn More

Microsoft Azure Mobile Apps Developer Center

Keywords

FAQs

Package last updated on 12 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc