Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Building cross-platform mobile applications wit...
Search
Temi Lajumoke
September 04, 2017
Programming
1
120
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
Share
More Decks by Temi Lajumoke
See All by Temi Lajumoke
Web and Mobile Development with .NET
temilaj
0
58
Getting Started with ionic 2
temilaj
1
600
Cross platform ASP.NET Core
temilaj
1
120
Other Decks in Programming
See All in Programming
PHP ステートレス VS ステートフル 状態管理と並行性 / php-stateless-stateful
ytake
0
100
GitHub Actions × RAGでコードレビューの検証の結果
sho_000
0
270
富山発の個人開発サービスで日本中の学校の業務を改善した話
krpk1900
4
390
バックエンドのためのアプリ内課金入門 (サブスク編)
qnighy
8
1.8k
第3回関東Kaggler会_AtCoderはKaggleの役に立つ
chettub
3
1k
Rubyで始める関数型ドメインモデリング
shogo_tksk
0
110
データの整合性を保つ非同期処理アーキテクチャパターン / Async Architecture Patterns
mokuo
47
17k
楽しく向き合う例外対応
okutsu
0
140
なぜイベント駆動が必要なのか - CQRS/ESで解く複雑系システムの課題 -
j5ik2o
11
4k
Honoをフロントエンドで使う 3つのやり方
yusukebe
7
3.3k
仕様変更に耐えるための"今の"DRY原則を考える / Rethinking the "Don't repeat yourself" for resilience to specification changes
mkmk884
2
360
技術を根付かせる / How to make technology take root
kubode
1
250
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.5k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.6k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Statistics for Hackers
jakevdp
797
220k
Raft: Consensus for Rubyists
vanstee
137
6.8k
Optimising Largest Contentful Paint
csswizardry
34
3.1k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.1k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Building an army of robots
kneath
303
45k
Transcript
Building cross-platform mobile applications with Ionic and Firebase: security, social
Authentication and real-time data in modern mobile applications. Temi Lajumoke #forLoop
Temi Lajumoke • Microsoft Certified Professional • IBM big data
Professional • Community thought leader @ gooroo.io • Learning Facilitator @ Andela • @temilaj
> < next previous ‣ Baas with super powers ‣
NoSQL database ‣ Realtime ‣ Multi-platform SDK support ‣ Seamless authentication system ‣ Storage system ‣ Data security
> < next previous ‣ Open-source framework for building cross
platform mobile applications. ‣ Based on web technologies ‣ Free components ‣ Uses angular v4 ‣ Completely cross platform
> < next previous The Crust
> < next previous The Sugar
> < next previous Agenda ‣ Prerequisites ‣ Ionic components
‣ Social Authentication ‣ Data over HTTP ‣ Ionic events lifecycle ‣ Real time data ‣ Ionic lifecycle events ‣ Beyond the browser
> < next previous Prerequisites ‣ ionic ‣ cordova ‣
AngularFire 2 ‣ Ionic Native
> < next previous Initializing ‣ npm install -g cordova
ionic ‣ ionic start [<name>] [<template>] [options]
> < next previous Demo
> < next previous Thank you!