SlideShare a Scribd company logo
Firebase Integration
Dipam Patle
@designCore
With Flutter
Firebase
Firebase is a Backend-as-a-Service (BaaS)
app development platform
Why Firebase ?
● Build an app, fast
● Release and monitor an app with confidence
● Engage users,
Fundamentals
Set up Firebase for Android, iOS, and web
To use Firebase with Android, iOS or web, you have to complete
some configurations for each platform.
● Android installation
● iOS installation
● Web installation
Firebase.pptx
Benefits of Firebase
● Create application without backend server
● Sync real time data in the application
● Faster than any backend web services
● NoSQL database so it’s more faster
● You can provide any social networking login with very
few lines
Firebase Auth
try {
UserCredential userCredential = await
FirebaseAuth.instance.createUserWithEmailAndPassword(
email: "barry.allen@example.com",
password: "SuperSecretPassword!"
);
} on FirebaseAuthException catch (e) {
if (e.code == 'weak-password') {
print('The password provided is too weak.');
} else if (e.code == 'email-already-in-use') {
print('The account already exists for that email.');
}
} catch (e) {
print(e);
}
Thankyou !!
Firebase.pptx
Firebase.pptx

More Related Content

PPTX
What is Docker
PPTX
Progressive Web Apps(PWA)
PPTX
Firebase
PPT
Vitualization - Công nghệ ảo hóa.
PDF
Docker Online Meetup #22: Docker Networking
PDF
Design patterns for microservice architecture
PDF
Learning Docker from Square One
PPTX
Micro frontend architecture_presentation_ssoni
What is Docker
Progressive Web Apps(PWA)
Firebase
Vitualization - Công nghệ ảo hóa.
Docker Online Meetup #22: Docker Networking
Design patterns for microservice architecture
Learning Docker from Square One
Micro frontend architecture_presentation_ssoni

What's hot (20)

PPTX
Introduction to Containers and Docker
PDF
FOSDEM 2012 - OpenNebula Project
PPSX
CI-CD Jenkins, GitHub Actions, Tekton
PDF
Complex architectures for authentication and authorization on AWS
PPTX
PPTX
Docker Basics
PPT
Slide thuyet trinh android
PDF
Full-Stack Development
PPTX
Introduction to the Container Network Interface (CNI)
PDF
Microservice Architecture
PDF
Algo poo ts
PDF
Microservices avec Spring Cloud
PPTX
PDF
Ảo hóa
PDF
Docker by Example - Basics
PDF
Introduction of Docker and Docker Compose
PPTX
Spring boot - an introduction
PPTX
PRESENTATION_CHAABA_AYOUB_ING5_ISI.pptx
PDF
Api Gateway
Introduction to Containers and Docker
FOSDEM 2012 - OpenNebula Project
CI-CD Jenkins, GitHub Actions, Tekton
Complex architectures for authentication and authorization on AWS
Docker Basics
Slide thuyet trinh android
Full-Stack Development
Introduction to the Container Network Interface (CNI)
Microservice Architecture
Algo poo ts
Microservices avec Spring Cloud
Ảo hóa
Docker by Example - Basics
Introduction of Docker and Docker Compose
Spring boot - an introduction
PRESENTATION_CHAABA_AYOUB_ING5_ISI.pptx
Api Gateway
Ad

Similar to Firebase.pptx (20)

PDF
Enhance Your Real-Time Apps with Firebase and Flutter Integration
PDF
Flutter and Firebase – A Helpful Blend for Your Business App
PDF
Email authentication using firebase auth + flutter
PPTX
Firebase .pptx
PPTX
Flutter-Festivals Day-4.pptx
PDF
Firebase Tech Talk By Atlogys
PPTX
Introduction to Firebase (A Platform for developing apps) .pptx
PDF
19-03-22.pdf
PPTX
Firebase integration with Flutter
PPT
PDF
Firebase Auth Tutorial
PDF
Firebase-ized your mobile app
PDF
Firestore MENA digital days : GDG Abu dhabi
PDF
Google Firebase presentation - English
PDF
Flutter Festival IIT Goa: Session IV
PPTX
I/O Extended (GDG Bogor) - Sidiq Permana
PDF
Lecture 11 Firebase overview
PDF
Using Java to interact with Firebase in Android
PPTX
Firebase
Enhance Your Real-Time Apps with Firebase and Flutter Integration
Flutter and Firebase – A Helpful Blend for Your Business App
Email authentication using firebase auth + flutter
Firebase .pptx
Flutter-Festivals Day-4.pptx
Firebase Tech Talk By Atlogys
Introduction to Firebase (A Platform for developing apps) .pptx
19-03-22.pdf
Firebase integration with Flutter
Firebase Auth Tutorial
Firebase-ized your mobile app
Firestore MENA digital days : GDG Abu dhabi
Google Firebase presentation - English
Flutter Festival IIT Goa: Session IV
I/O Extended (GDG Bogor) - Sidiq Permana
Lecture 11 Firebase overview
Using Java to interact with Firebase in Android
Firebase
Ad

Recently uploaded (20)

PPTX
Unit 5 BSP.pptxytrrftyyydfyujfttyczcgvcd
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Lecture Notes Electrical Wiring System Components
PPT
Project quality management in manufacturing
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
Arduino robotics embedded978-1-4302-3184-4.pdf
PPTX
Welding lecture in detail for understanding
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
ETO & MEO Certificate of Competency Questions and Answers
PDF
Digital Logic Computer Design lecture notes
PPTX
additive manufacturing of ss316l using mig welding
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
Sustainable Sites - Green Building Construction
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
Geodesy 1.pptx...............................................
PPTX
CH1 Production IntroductoryConcepts.pptx
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Unit 5 BSP.pptxytrrftyyydfyujfttyczcgvcd
Internet of Things (IOT) - A guide to understanding
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Lecture Notes Electrical Wiring System Components
Project quality management in manufacturing
CYBER-CRIMES AND SECURITY A guide to understanding
Arduino robotics embedded978-1-4302-3184-4.pdf
Welding lecture in detail for understanding
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
ETO & MEO Certificate of Competency Questions and Answers
Digital Logic Computer Design lecture notes
additive manufacturing of ss316l using mig welding
Embodied AI: Ushering in the Next Era of Intelligent Systems
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Sustainable Sites - Green Building Construction
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Geodesy 1.pptx...............................................
CH1 Production IntroductoryConcepts.pptx
UNIT-1 - COAL BASED THERMAL POWER PLANTS

Firebase.pptx

  • 2. Firebase Firebase is a Backend-as-a-Service (BaaS) app development platform
  • 4. ● Build an app, fast ● Release and monitor an app with confidence ● Engage users, Fundamentals
  • 5. Set up Firebase for Android, iOS, and web To use Firebase with Android, iOS or web, you have to complete some configurations for each platform. ● Android installation ● iOS installation ● Web installation
  • 7. Benefits of Firebase ● Create application without backend server ● Sync real time data in the application ● Faster than any backend web services ● NoSQL database so it’s more faster ● You can provide any social networking login with very few lines
  • 9. try { UserCredential userCredential = await FirebaseAuth.instance.createUserWithEmailAndPassword( email: "barry.allen@example.com", password: "SuperSecretPassword!" ); } on FirebaseAuthException catch (e) { if (e.code == 'weak-password') { print('The password provided is too weak.'); } else if (e.code == 'email-already-in-use') { print('The account already exists for that email.'); } } catch (e) { print(e); }

Editor's Notes

  • #3: why? What is backend ? aapke Aag ki niv banani hai
  • #4: What Firebase?? Owned by Google, Firebase is a complete package of products that allows to build web and mobile apps, improve the app quality and help your clients grow their business.
  • #9: What is backend ? aapke Aag ki niv banani hai