Showing posts with label Cloud. Show all posts
Showing posts with label Cloud. Show all posts

Monday, December 15, 2014

Firebase

firebase joins google - g+ page  why

three way binding:

We can synchronize our data back to Firebase by using the following methods provided by the $firebase object.


  • $add(value)
  • $remove([key])
  • $save([key])
  • $save()
  • $child(key)
  • $set(value)


create a free account

Once you are logged in, you can view your url  on https://www.firebase.com/account/#/

https://www.firebase.com/tutorial/

https://www.firebase.com/docs/web/quickstart.html

https://www.firebase.com/docs/

plunkr demo #1

https://www.firebase.com/docs/web/guide/understanding-data.html

Thursday, June 5, 2014

Azure-izing

Azure sure is making a name for itself. Here is the Azure 101 , azure overview

mobile services with iOS
Tutorial shows you how to add a cloud-based backend service to an iOS app using Azure Mobile Services

Notification Hubs

Azure Notification Hubs makes it easy to either add push notifications to existing iOS apps or enhance your current push strategy, regardless of where your app backend is hosted or what language it's written in.