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
システム成長を止めない!本番無停止テーブル移行の全貌
sakawe_ee
1
150
datadog dash 2025 LLM observability for reliability and stability
ivry_presentationmaterials
0
190
#QiitaBash MCPのセキュリティ
ryosukedtomita
0
350
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
460
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
450
Goで作る、開発・CI環境
sin392
0
170
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
230
A2A プロトコルを試してみる
azukiazusa1
2
1.2k
20250613-SSKMvol.15
diostray
0
100
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
520
deno-redisの紹介とJSRパッケージの運用について (toranoana.deno #21)
uki00a
0
150
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
5
1.4k
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
Six Lessons from altMBA
skipperchong
28
3.9k
RailsConf 2023
tenderlove
30
1.1k
Docker and Python
trallard
44
3.4k
Thoughts on Productivity
jonyablonski
69
4.7k
The Cult of Friendly URLs
andyhume
79
6.5k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Embracing the Ebb and Flow
colly
86
4.7k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
The Language of Interfaces
destraynor
158
25k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
The Straight Up "How To Draw Better" Workshop
denniskardys
234
140k
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!