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
56
Getting Started with ionic 2
temilaj
1
600
Cross platform ASP.NET Core
temilaj
1
120
Other Decks in Programming
See All in Programming
Symfony Mapper Component
soyuka
2
730
PHPUnitしか使ってこなかった 一般PHPerがPestに乗り換えた実録
mashirou1234
0
180
Mermaid x AST x 生成AI = コードとドキュメントの完全同期への道
shibuyamizuho
0
160
Beyond ORM
77web
5
660
Refactor your code - refactor yourself
xosofox
1
260
ドメインイベント増えすぎ問題
h0r15h0
2
300
StarlingMonkeyを触ってみた話 - 2024冬
syumai
3
270
急成長期の品質とスピードを両立するフロントエンド技術基盤
soarteclab
0
930
[JAWS-UG横浜 #76] イケてるアップデートを宇宙いち早く紹介するよ!
maroon1st
0
460
php-conference-japan-2024
tasuku43
0
270
From Translations to Multi Dimension Entities
alexanderschranz
2
130
たのしいparse.y
ydah
3
120
Featured
See All Featured
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7k
Site-Speed That Sticks
csswizardry
2
190
A Modern Web Designer's Workflow
chriscoyier
693
190k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
2
170
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
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!