1. Урок 1. 00:05:19
    What You'll Need
  2. Урок 2. 00:05:11
    Running our Project
  3. Урок 3. 00:08:23
    Firebase Setup / Overview
  4. Урок 4. 00:03:08
    Solutions to Common Problems
  5. Урок 5. 00:02:06
    Starting App Code
  6. Урок 6. 00:06:49
    App Structure and Files
  7. Урок 7. 00:06:56
    Firebase Integration with Flutter
  8. Урок 8. 00:08:12
    Signin Splash Page
  9. Урок 9. 00:05:56
    Creating Custom Theme
  10. Урок 10. 00:11:28
    Completing Authentication Flow
  11. Урок 11. 00:09:17
    Navigation and Pages
  12. Урок 12. 00:06:51
    Building a Reusable Header Widget
  13. Урок 13. 00:04:01
    Adding Page Animations for Better UX
  14. Урок 14. 00:04:35
    Making Reusable Loading Widgets
  15. Урок 15. 00:05:53
    Intro to Firestore Database
  16. Урок 16. 00:09:49
    Fetching Collection and Document Data from Firestore
  17. Урок 17. 00:08:12
    Simple and Compound Queries in Firestore
  18. Урок 18. 00:09:36
    FutureBuilders and StreamBuilders for Fetching and Streaming Data
  19. Урок 19. 00:07:47
    Adding Complete CRUD Functionality to Firestore Documents
  20. Урок 20. 00:05:41
    Optimally Structuring our Firestore Database
  21. Урок 21. 00:16:14
    Save Auth Users in Users Collection
  22. Урок 22. 00:06:07
    Creating User Instance from DocumentSnapshot in Firestore
  23. Урок 23. 00:08:10
    Validating Create Account Form
  24. Урок 24. 00:07:24
    Building Search No Content Screen
  25. Урок 25. 00:02:36
    Responsive App Design with MediaQuery
  26. Урок 26. 00:08:04
    Adding Search User Functionality
  27. Урок 27. 00:06:05
    Improving Search Result Appearance
  28. Урок 28. 00:11:09
    Upload Post Splash Screen and Image Picker
  29. Урок 29. 00:11:19
    Building Upload Form
  30. Урок 30. 00:21:46
    Uploading Media Files and Creating Posts
  31. Урок 31. 00:05:12
    Get User Location with Geolocation
  32. Урок 32. 00:12:58
    Building Profile Header
  33. Урок 33. 00:19:14
    Building Edit Profile Page
  34. Урок 34. 00:09:24
    Updating User Data in Edit Profile Page
  35. Урок 35. 00:08:38
    Create Post Model
  36. Урок 36. 00:09:18
    Structuring Post Widget
  37. Урок 37. 00:05:28
    Displaying Posts and Post Count
  38. Урок 38. 00:07:39
    Performant Image Loading and Post Grid for Profile Page
  39. Урок 39. 00:05:21
    Toggle Profile Post Orientation
  40. Урок 40. 00:03:06
    Building No Content for Profile Page
  41. Урок 41. 00:07:21
    Adding Like - Unlike Functionality for Posts
  42. Урок 42. 00:07:16
    Making a Heartbeat Animation when Liking a Post
  43. Урок 43. 00:08:12
    Building Comments Page Structure
  44. Урок 44. 00:11:44
    Realtime Messaging Functionality
  45. Урок 45. 00:09:43
    Creating Activity Feed Notification for New Like
  46. Урок 46. 00:08:52
    Creating Activity Feed Notification for New Comment
  47. Урок 47. 00:13:45
    Displaying Activity Feed Notifications
  48. Урок 48. 00:09:49
    Add Post Screen, See Other Users' Profiles
  49. Урок 49. 00:05:19
    Making Follow : Unfollow Buttons
  50. Урок 50. 00:12:14
    Following : Unfollowing Users
  51. Урок 51. 00:06:50
    General Timeline Overview, Initialize Firebase Functions
  52. Урок 52. 00:12:13
    Creating onCreateFollower Firebase Function
  53. Урок 53. 00:04:59
    Deleting Unfollowed User Posts with onDeleteFollower Firebase Function
  54. Урок 54. 00:11:09
    Deleting Posts and Related Data
  55. Урок 55. 00:13:13
    OnCreatePost, OnUpdatePost, and OnDeletePost Firestore Cloud Triggers
  56. Урок 56. 00:06:00
    Getting, Displaying Timeline Posts
  57. Урок 57. 00:11:29
    Suggest Users to Follow in Timeline
  58. Урок 58. 00:04:36
    Fixing Bugs, More about Async / Await
  59. Урок 59. 00:06:10
    Preserve Page State with AutomaticKeepAliveClientMixin
  60. Урок 60. 00:16:29
    Sending Push Notifications with Firebase Function
  61. Урок 61. 00:16:53
    Displaying Realtime Push Notifications in our App
  62. Урок 62. 00:10:38
    Publish App to Google Play Store
  63. Урок 63. 00:06:38
    Publish App to iOS App Store