Featured post

Difference between protocol and delegates?

A protocol, declared with the ( @protocol syntax in Objective-C) is used to declare a set of methods that a class "adopts" (de...

Tuesday, 24 April 2018

Firebase Tutorial Integration In Ios Apps

Firebase Features

  • Real-time Database − Firebase supports JSON data and all users connected to it receive live updates after every change.
  • Authentication − We can use anonymous, password or different social authentications.
  • Hosting − The applications can be deployed over secured connection to Firebase servers.
  • See On Bellow Links:=======

  • https://www.raywenderlich.com/139322/firebase-tutorial-getting-started-2