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
Full-Stack Development with FlutterFire
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Kajornsak Peerapathananont
April 01, 2023
0
7
Full-Stack Development with FlutterFire
Firebase Dev Day 2023
Kajornsak Peerapathananont
April 01, 2023
Tweet
Share
More Decks by Kajornsak Peerapathananont
See All by Kajornsak Peerapathananont
How to build native-experience with cross-platform
kajornsakp
0
13
Understanding your Android build
kajornsakp
0
42
iOSDevTH #21
kajornsakp
0
53
What's new in Flutter (Google I/O Extended Bangkok 22)
kajornsakp
0
82
Mobile Design System at scale
kajornsakp
0
140
What's new in Flutter 2020
kajornsakp
0
73
Mobile Machine Learning for All Skill Levels
kajornsakp
0
40
What's new in Flutter 1.9
kajornsakp
0
59
Kotlin meets Web
kajornsakp
0
25
Featured
See All Featured
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
130
Thoughts on Productivity
jonyablonski
75
5.1k
Measuring Dark Social's Impact On Conversion and Attribution
stephenakadiri
1
140
4 Signs Your Business is Dying
shpigford
187
22k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Noah Learner - AI + Me: how we built a GSC Bulk Export data pipeline
techseoconnect
PRO
0
120
Facilitating Awesome Meetings
lara
57
6.8k
B2B Lead Gen: Tactics, Traps & Triumph
marketingsoph
0
64
The SEO identity crisis: Don't let AI make you average
varn
0
400
The Power of CSS Pseudo Elements
geoffreycrofte
80
6.2k
Collaborative Software Design: How to facilitate domain modelling decisions
baasie
0
150
Optimising Largest Contentful Paint
csswizardry
37
3.6k
Transcript
Full-Stack Development with FlutterFire Senior Software Engineer at Agoda Kajornsak
Peerapathananont Firebase Dev Day 2023 GDG Bangkok Firebase Thailand Organized by
Full-stack development
#FirebaseDevDay2023 iOS App API Android App Web App Database BE
& Infrastructure FE
Flutter
#FirebaseDevDay2023 iOS App Android App Web App FE
#FirebaseDevDay2023 API Database BE & Infrastructure
Firebase
#FirebaseDevDay2023 Build Release & Monitor Engage
#FirebaseDevDay2023
#FirebaseDevDay2023 API Database BE & Infrastructure
Google I/O 2022
None
None
#FirebaseDevDay2023
#FirebaseDevDay2023
#FirebaseDevDay2023
#FirebaseDevDay2023 Flutter app Flutter plugin Platform interface iOS specific Android
specific Web specific
Just a wrapper?
#FirebaseDevDay2023
How to create an application?
#FirebaseDevDay2023
#FirebaseDevDay2023
#FirebaseDevDay2023 How to use FlutterFire $ firebase login $ dart
pub global activate flutterfire_cli $ flutterfire configure
#FirebaseDevDay2023
#FirebaseDevDay2023
#FirebaseDevDay2023
#FirebaseDevDay2023 How to use FlutterFire $ flutter pub add firebase_core
$ flutterfire configure $ flutter pub add [plugin_name] $ flutterfire configure
Life is not always easy
#FirebaseDevDay2023 download interpret
Example
#FirebaseDevDay2023 Super simple application - 3 platforms - iOS, Android,
Web - APIs - CRUD - Social login - Database - NoSQL - real-time synchronization - Infrastructure - Load balancing - Multi-DC support
#FirebaseDevDay2023 iOS App API Android App Web App Database Infrastructure
FE
#FirebaseDevDay2023 Flutter App Firebase
#FirebaseDevDay2023 iOS App API Android App Web App Database Infrastructure
FE
#FirebaseDevDay2023
#FirebaseDevDay2023
#FirebaseDevDay2023
Tips
#FirebaseDevDay2023 - Check your requirements - Find suitable Firebase products
- Check FlutterFire compatibility - Platform availability
Summary
#FirebaseDevDay2023 - Use Firebase to makes your life easier -
No need to take care of infra things - Focus on business logic & UI - Write once, run anywhere** - Use Flutter and enjoy