Learning Google Firebase for Flutter

Go to class
Write Review

Free Online Course: Learning Google Firebase for Flutter provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Learning Google Firebase for Flutter is taught by Chiu-Ki Chan.

Overview
  • Rapidly take your mobile apps from concept to deployment. Learn how to create an app using Flutter on the mobile side, Firebase on the back end, and Cloud Firestore to store data.

Syllabus
  • Introduction

    • Develop with Flutter and Firebase
    1. What Are Firebase and Flutter?
    • What is Flutter?
    • What is Firebase?
    • Use Flutter with Firebase
    2. Set Up Flutter
    • Flutter SDK
    • Android Studio setup for Flutter
    • Create your first Flutter app
    • iOS setup for Flutter
    3. Add Firebase to Flutter
    • Create a Firebase project
    • Add Firebase dependencies to Android
    • Add iOS app to Firebase project
    • Add GoogleServices-Info.plist to iOS
    • Initialize Firebase in iOS
    4. Store Data in Cloud Firestore
    • What is Cloud Firestore?
    • Show text in Flutter
    • Set up Cloud Firestore
    • Refactor: _createBody()
    • Read a document
    Conclusion
    • Next steps