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
620
Cross platform ASP.NET Core
temilaj
1
130
Other Decks in Programming
See All in Programming
三者三様 宣言的UI
kkagurazaka
0
230
チームの境界をブチ抜いていけ
tokai235
0
230
pnpm に provenance のダウングレード を検出する PR を出してみた
ryo_manba
1
160
React Nativeならぬ"Vue Native"が実現するかも?_新世代マルチプラットフォーム開発フレームワークのLynxとLynxのVue.js対応を追ってみよう_Vue Lynx
yut0naga1_fa
2
1.6k
AIと人間の共創開発!OSSで試行錯誤した開発スタイル
mae616
2
810
When Dependencies Fail: Building Antifragile Applications in a Fragile World
selcukusta
0
110
Devvox Belgium - Agentic AI Patterns
kdubois
1
150
kiroとCodexで最高のSpec駆動開発を!!数時間で web3ネイティブなミニゲームを作ってみたよ!
mashharuki
0
930
Leading Effective Engineering Teams in the AI Era
addyosmani
7
640
Migration to Signals, Resource API, and NgRx Signal Store
manfredsteyer
PRO
0
120
Software Architecture
hschwentner
6
2.3k
理論と実務のギャップを超える
eycjur
0
180
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
140
7.2k
Scaling GitHub
holman
463
140k
What's in a price? How to price your products and services
michaelherold
246
12k
Side Projects
sachag
455
43k
Designing for humans not robots
tammielis
254
26k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.7k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
130k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Code Reviewing Like a Champion
maltzj
526
40k
Product Roadmaps are Hard
iamctodd
PRO
55
11k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
116
20k
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!