Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Building cross-platform mobile applications with Ionic and Firebase

Temi Lajumoke
September 04, 2017

Building cross-platform mobile applications with Ionic and Firebase

security, social Authentication, and real-time data in modern mobile applications.

Temi Lajumoke

September 04, 2017
Tweet

More Decks by Temi Lajumoke

Other Decks in Programming

Transcript

  1. Building cross-platform mobile applications with Ionic and Firebase: security, social

    Authentication and real-time data in modern mobile applications. Temi Lajumoke #forLoop
  2. Temi Lajumoke • Microsoft Certified Professional • IBM big data

    Professional • Community thought leader @ gooroo.io • Learning Facilitator @ Andela • @temilaj

  3. > < next previous ‣ Baas with super powers ‣

    NoSQL database ‣ Realtime ‣ Multi-platform SDK support ‣ Seamless authentication system ‣ Storage system ‣ Data security
  4. > < next previous ‣ Open-source framework for building cross

    platform mobile applications. ‣ Based on web technologies ‣ Free components ‣ Uses angular v4 ‣ Completely cross platform
  5. > < next previous Agenda ‣ Prerequisites ‣ Ionic components

    ‣ Social Authentication ‣ Data over HTTP ‣ Ionic events lifecycle ‣ Real time data ‣ Ionic lifecycle events ‣ Beyond the browser
  6. > < next previous Initializing ‣ npm install -g cordova

    ionic ‣ ionic start [<name>] [<template>] [options]