Zero to App: Live Coding a Cross-Platform App on Firebase (Google I/O'19)

  Рет қаралды 42,291

Firebase

Firebase

Күн бұрын

Firebase makes it easy to build a cross-platform app. How easy? Let's try it out together! In this session our team live-codes an app on stage for Android, iOS, and Web. Each platform will have the same functionality, built upon the same Firebase features. They will start with Firestore, Authentication, and Storage, and then show how to use Cloud Functions to integrate Google Cloud Platform's advanced APIs into the application.
Watch more #io19 here:
Firebase at Google I/O 2019 Playlist → goo.gle/2GSFVqN
Google I/O 2019 All Sessions Playlist → goo.gle/io19al...
Learn more on the I/O Website → google.com/io
Subscribe to the Firebase Channel → goo.gle/Firebase
Get started at → firebase.googl...
Source code → goo.gle/2Js3wTd
Speaker(s): Frank van Puffelen, Mike McDonald, Kat Fang, Jen Person
T98A3B event: Google I/O 2019; re_ty: Publish; product: Firebase - General; fullname: Jen Person, Kat Fang, Mike McDonald;

Пікірлер: 48
@DavidNitzscheBell
@DavidNitzscheBell 5 жыл бұрын
While this is pretty cool demo, having four screens at a time means that here on YT, we can't really read any of them well, even at full screen.
@wilhelm.reeves
@wilhelm.reeves 5 жыл бұрын
If you scale down to zero, you're not gonna pay for anything 🔥
@zzej
@zzej 5 жыл бұрын
I know right xD
@thainigthu
@thainigthu 5 жыл бұрын
Thought flutter might make an appearance? 😀
@marcelmfa
@marcelmfa 5 жыл бұрын
Could you share the code on GitHub?
@Frank_van_Puffelen
@Frank_van_Puffelen 5 жыл бұрын
Just posted it on github.com/puf/zero-to-app-expenses
@Frank_van_Puffelen
@Frank_van_Puffelen 5 жыл бұрын
You can find the code for the demos here: github.com/puf/zero-to-app-expenses
@robinkhan3759
@robinkhan3759 5 жыл бұрын
Do we have open for the web too from this cross platform?
@rishabhkumar2203
@rishabhkumar2203 5 жыл бұрын
Simply amazing ❤️
@walterlol
@walterlol 5 жыл бұрын
Frank is a legend. Grüße aus Deutschland :)
@nandurstudio
@nandurstudio 5 жыл бұрын
I hope i could run My "First Hello World App" to the world with firebase. So everybody know I'm a developer ready to hired.
@Zweihander11
@Zweihander11 5 жыл бұрын
Thank you for the magic
@LifeCasts
@LifeCasts 5 жыл бұрын
Where I can find the source code? Any link?
@Frank_van_Puffelen
@Frank_van_Puffelen 5 жыл бұрын
Just posted it on github.com/puf/zero-to-app-expenses
@shunnybunny
@shunnybunny 5 жыл бұрын
Where can I find the GitHub repo?
@Frank_van_Puffelen
@Frank_van_Puffelen 5 жыл бұрын
Just posted it on github.com/puf/zero-to-app-expenses
@cyberghosthost3440
@cyberghosthost3440 5 жыл бұрын
Where I can find the source code
@Frank_van_Puffelen
@Frank_van_Puffelen 5 жыл бұрын
Just posted it on github.com/puf/zero-to-app-expenses
@rickychen9963
@rickychen9963 5 жыл бұрын
What is the github repo ?
@Frank_van_Puffelen
@Frank_van_Puffelen 5 жыл бұрын
Just posted it on github.com/puf/zero-to-app-expenses
@rubencg195
@rubencg195 5 жыл бұрын
Where can we find the code on GitHub?
@Frank_van_Puffelen
@Frank_van_Puffelen 5 жыл бұрын
Just posted it on github.com/puf/zero-to-app-expenses
@phemartin
@phemartin 4 жыл бұрын
where is the github link?
@Frank_van_Puffelen
@Frank_van_Puffelen 4 жыл бұрын
github.com/puf/zero-to-app-expenses
@adamgenshaft706
@adamgenshaft706 5 жыл бұрын
Here's a link to the git repo github.com/puf/zero-to-app-expenses
@MudassirZulfiqar
@MudassirZulfiqar 5 жыл бұрын
Why not on flutter?
@LifeCasts
@LifeCasts 5 жыл бұрын
Bro its the clound functions which does the magic, you get the file
@francoisguezengar6255
@francoisguezengar6255 5 жыл бұрын
I didn't find the github repo, but for the receipt method on firebase function I've found this article that explain how to get the total : medium.com/@teresa.wu/googles-ml-kit-text-recognition-with-sample-app-of-receipts-reading-7fe6dc68ada3
@Jtubert22
@Jtubert22 5 жыл бұрын
For web you can look at the source code here - xpnz.io/
@kristianbertbahande9114
@kristianbertbahande9114 5 жыл бұрын
8k+ views, 0 comments
@caballero75RS
@caballero75RS 5 жыл бұрын
This is how you write an app for IOS, Android and Web when you don't know Flutter.
@manukumarojha7764
@manukumarojha7764 5 жыл бұрын
wow 1st comment
@SacWebDeveloper
@SacWebDeveloper 5 жыл бұрын
Missed an opportunity to show all three frontends written in a single codebase with Flutter.
@jefffrazier6813
@jefffrazier6813 5 жыл бұрын
Wow. What a failed opportunity to promote Flutter here.
@sexyeur
@sexyeur 5 жыл бұрын
Way cool!!! =D
@gofudgeyourselves9024
@gofudgeyourselves9024 5 жыл бұрын
They should have done this with Flutter
@islamsayed8
@islamsayed8 5 жыл бұрын
Where is the code for this project?
@Frank_van_Puffelen
@Frank_van_Puffelen 5 жыл бұрын
Just posted it on github.com/puf/zero-to-app-expenses
@manivannan39
@manivannan39 5 жыл бұрын
Very good video and was helpful and i love the technology by google
@stevengao8345
@stevengao8345 5 жыл бұрын
quick question, how did you read/ transfer the receipt, an image to total expense, an double? by cloud function ? backend machine learning ? what is the code is used. thanks
@pathetic_geek
@pathetic_geek 5 жыл бұрын
its vision api, google it, it is in the firebase they showed the code rewatch the start when they start writing function
@uwspstar2008
@uwspstar2008 5 жыл бұрын
thanks for sharing !
@spicymustard9066
@spicymustard9066 5 жыл бұрын
Great video. Love Firebase and the team behind it! That semi panicked whispering though haha, classic live coding. Thank you all!
@Frank_van_Puffelen
@Frank_van_Puffelen 5 жыл бұрын
We had some network issues on the Android emulator early in the demo. :)
@tonyf6030
@tonyf6030 5 жыл бұрын
What is the link to the source code?
@Frank_van_Puffelen
@Frank_van_Puffelen 5 жыл бұрын
Just posted it on github.com/puf/zero-to-app-expenses
@amansahu6799
@amansahu6799 5 жыл бұрын
Why wasn't it created using Flutter SDK? Shouldn't Google be promoting it?
What's New in Firebase (Google I/O'19)
39:04
Firebase
Рет қаралды 37 М.
LIFEHACK😳 Rate our backpacks 1-10 😜🔥🎒
00:13
Diana Belitskay
Рет қаралды 3,9 МЛН
БЕЛКА СЬЕЛА КОТЕНКА?#cat
00:13
Лайки Like
Рет қаралды 2,2 МЛН
Новый уровень твоей сосиски
00:33
Кушать Хочу
Рет қаралды 4,8 МЛН
Man Mocks Wife's Exercise Routine, Faces Embarrassment at Work #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 5 МЛН
Build a full stack UBER EATS clone - 3/5 Days Challenge  🔴
3:59:46
notJust․dev
Рет қаралды 390 М.
Cloud Firestore Data Modeling (Google I/O'19)
40:37
Firebase
Рет қаралды 173 М.
Understand Kotlin Coroutines on Android (Google I/O'19)
37:49
Android Developers
Рет қаралды 175 М.
Errichto Stream, POI 22/1
3:55:08
Errichto Algorithms
Рет қаралды 157 М.
Realtime Chat App in React Native and AWS (Backend) 🔴
3:29:01
notJust․dev
Рет қаралды 141 М.
Architecting Mobile Web Apps (Google I/O'19)
35:10
Firebase
Рет қаралды 20 М.
Power Apps Model Driven Apps FULL COURSE for Beginners
3:23:34
Lisa Crosbie
Рет қаралды 523 М.
Building a Health Application with React Native: Step Counter
3:57:53
notJust․dev
Рет қаралды 367 М.
LIFEHACK😳 Rate our backpacks 1-10 😜🔥🎒
00:13
Diana Belitskay
Рет қаралды 3,9 МЛН