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
130
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
61
Getting Started with ionic 2
temilaj
1
610
Cross platform ASP.NET Core
temilaj
1
120
Other Decks in Programming
See All in Programming
What's new in AppKit on macOS 26
1024jp
0
170
AI コーディングエージェントの時代へ:JetBrains が描く開発の未来
masaruhr
1
210
レトロゲームから学ぶ通信技術の歴史
kimkim0106
0
130
QA x AIエコシステム段階構築作戦
osu
0
110
状態遷移図を書こう / Sequence Chart vs State Diagram
orgachem
PRO
2
250
リバースエンジニアリング新時代へ! GhidraとClaude DesktopをMCPで繋ぐ/findy202507
tkmru
4
1.2k
The Niche of CDK Grant オブジェクトって何者?/the-niche-of-cdk-what-isgrant-object
hassaku63
1
680
「テストは愚直&&網羅的に書くほどよい」という誤解 / Test Smarter, Not Harder
munetoshi
1
220
AWS Summit Japan 2024と2025の比較/はじめてのKiro、今あなたは岐路に立つ
satoshi256kbyte
1
240
リッチエディターを安全に開発・運用するために
unachang113
1
230
階層化自動テストで開発に機動力を
ickx
1
410
知って得する@cloudflare_vite-pluginのあれこれ
chimame
1
120
Featured
See All Featured
Designing for humans not robots
tammielis
253
25k
GitHub's CSS Performance
jonrohan
1031
460k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.5k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
We Have a Design System, Now What?
morganepeng
53
7.7k
Fireside Chat
paigeccino
37
3.5k
Agile that works and the tools we love
rasmusluckow
329
21k
Optimizing for Happiness
mojombo
379
70k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Visualization
eitanlees
146
16k
Speed Design
sergeychernyshev
32
1k
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!