0% found this document useful (0 votes)
7 views13 pages

FlutterFlashFirebaseBasics PDF

The document outlines a presentation on integrating Firestore with Flutter, focusing on building serverless applications. It covers configuring Firebase, using Firestore for data modeling, and best practices for UI and logic integration. Additionally, it provides links to community resources and tools for further learning and support.

Uploaded by

xbq28qz2w7
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views13 pages

FlutterFlashFirebaseBasics PDF

The document outlines a presentation on integrating Firestore with Flutter, focusing on building serverless applications. It covers configuring Firebase, using Firestore for data modeling, and best practices for UI and logic integration. Additionally, it provides links to community resources and tools for further learning and support.

Uploaded by

xbq28qz2w7
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

Syed Taha Ali

Flutter Karachi, Pakistan


Founding Member

VentureDive
Software Engineering Lead

FAST Karachi
MS - Computer Science

FAST Karachi
BS - Computer Science
Topic: Firestore with Flutter
Agenda
● Learn the fundamentals of building serverless apps
● Configure Firebase with your Flutter project
● Learn to use and build models on Firestore document db
● Best practices for end to end integration of UI/Logic/Storage
What is meant by serverless application?
Configure Firebase using CLI
● FlutterFire plugins configurations
● https://firebase.google.com/docs/flutter/setup?platform=ios
● https://docs.flutter.dev/development/data-and-backend/firebase
● https://firebase.google.com/docs/cli#mac-linux-auto-script
Configure Firebase using CLI
● Firebase CLI
● curl -sL https://firebase.tools | bash
● firebase login
● firebase projects:list
● Setup project on firebase console
● Install plugins
● flutter pub add firebase_core
● flutter pub add cloud_firestore

Configure Firebase using CLI
● Install Flutter Fire CLI
● dart pub global activate flutterfire_cli
● flutterfire configure

** That is it **
Building models using Firestore document db
Building UI and Logic (Live code and walkthrough)
Best practices and separation of concern with
Provider (code walkthrough)
Flutter Karachi Community
● Facebook: https://lnkd.in/gX7uBFf
● Slack: https://lnkd.in/gjS56Pq
● Twitter: https://lnkd.in/gTh6W_8
● Youtube: https://lnkd.in/gyCXgmQ

● LinkedIn: https://www.linkedin.com/in/taha-ali-8b404211a/
Thank you

You might also like