Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Flutter & Firebase Masterclass (COMPLETE PACKAGE), а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:47
    Welcome
  2. Урок 2. 00:10:23
    Firebase Pros and Cons
  3. Урок 3. 00:02:11
    Firebase Basics: Introduction
  4. Урок 4. 00:04:32
    Starter project overview
  5. Урок 5. 00:04:23
    Creating the Firebase project and installing the CLI tools
  6. Урок 6. 00:05:10
    Configuring the Flutter app with the Flutterfire CLI
  7. Урок 7. 00:08:39
    Introduction to Firebase Auth & Firebase UI Auth
  8. Урок 8. 00:05:49
    Completing the email & password sign in flow
  9. Урок 9. 00:04:18
    Showing the correct page when the app starts with GoRouter.redirect
  10. Урок 10. 00:03:44
    Using authStateChanges() and the refreshListenable argument
  11. Урок 11. 00:03:46
    Refactor: replacing singletons with Riverpod providers
  12. Урок 12. 00:01:37
    Other Firebase Authentication Features: Overview
  13. Урок 13. 00:05:53
    Introduction to Cloud Firestore
  14. Урок 14. 00:03:06
    Installing Cloud Firestore and running on iOS and Android
  15. Урок 15. 00:02:10
    Overview of the jobs page and planned CRUD operations
  16. Урок 16. 00:03:34
    Adding one more route to GoRouter and updating the redirect logic
  17. Урок 17. 00:06:28
    How to add a document with the FirebaseFirestore API
  18. Урок 18. 00:04:39
    Using the FirebaseRepository to add jobs from the UI
  19. Урок 19. 00:06:08
    Showing list items with the FirestoreListView widget
  20. Урок 20. 00:05:48
    Using type-safe model classes
  21. Урок 21. 00:07:01
    Adding update and delete operations
  22. Урок 22. 00:03:07
    Filtering collections with `where`
  23. Урок 23. 00:10:03
    Intro to Firestore security rules
  24. Урок 24. 00:05:31
    Working with timestamps and sorting data
  25. Урок 25. 00:03:04
    Offline mode
  26. Урок 26. 00:02:32
    Pagination and the FirestoreQueryBuilder widget
  27. Урок 27. 00:02:57
    Wrap Up
  28. Урок 28. 00:03:10
    Section Intro
  29. Урок 29. 00:01:53
    VSCode Shortcuts, Extensions & Settings for Flutter Development
  30. Урок 30. 00:01:57
    Course Project on GitHub
  31. Урок 31. 00:05:05
    Cloning the starter project & pubspec.yaml file overview
  32. Урок 32. 00:04:31
    eCommerce app overview
  33. Урок 33. 00:03:16
    Project overview: app initialization and routing
  34. Урок 34. 00:04:45
    Project overview: helper classes and widgets
  35. Урок 35. 00:06:49
    Project structure: features and layers
  36. Урок 36. 00:04:58
    Unidirectional data flow from the data layer to the presentation layer
  37. Урок 37. 00:06:50
    How to add Firebase repositories to the data layer
  38. Урок 38. 00:04:42
    Updated Starter project
  39. Урок 39. 00:03:42
    Section Intro
  40. Урок 40. 00:10:09
    Adding Firebase to the eCommerce app
  41. Урок 41. 00:06:09
    Creating an AuthRepository using the FirebaseAuth APIs
  42. Урок 42. 00:07:16
    The authStateChanges() method and the User class
  43. Урок 43. 00:03:08
    Testing the authentication flows with Firebase
  44. Урок 44. 00:06:38
    Dealing with Firebase auth exceptions
  45. Урок 45. 00:09:06
    Adding the email verification logic
  46. Урок 46. 00:03:10
    Automated testing with FirebaseAuth and wrap up
  47. Урок 47. 00:03:19
    Section Intro
  48. Урок 48. 00:04:34
    Cloud Firestore and Firebase Storage setup
  49. Урок 49. 00:10:09
    Updated starter project
  50. Урок 50. 00:03:55
    Image uploads: plan of attack
  51. Урок 51. 00:04:46
    Creating an ImageUploadRepository
  52. Урок 52. 00:07:12
    Creating an AsyncNotifier to upload images
  53. Урок 53. 00:04:23
    Creating new products as Cloud Firestore documents
  54. Урок 54. 00:06:00
    Completing the image upload logic
  55. Урок 55. 00:02:55
    Adding an ImageUploadService class
  56. Урок 56. 00:06:12
    Adding a watchProduct method to the ProductsRepository
  57. Урок 57. 00:09:05
    Cloud Firestore: realtime listeners vs one-time-reads
  58. Урок 58. 00:04:33
    How to edit existing products: overview
  59. Урок 59. 00:10:44
    Implementing the AdminProductEditController
  60. Урок 60. 00:09:49
    Deleting products
  61. Урок 61. 00:03:13
    Combining streams inside a provider with Rx.combineLatest
  62. Урок 62. 00:04:39
    Image uploads: final tweaks and completed code
  63. Урок 63. 00:03:52
    Basic security rules for the image upload flows
  64. Урок 64. 00:05:19
    Flutter web: adding a CORS policy to a Firebase storage bucket
  65. Урок 65. 00:02:04
    Wrap up & exercises
  66. Урок 66. 00:02:27
    Section Intro
  67. Урок 67. 00:07:36
    Initializing the Firebase Local Emulator Suite with firebase init
  68. Урок 68. 00:06:24
    How to use the Firebase Emulators
  69. Урок 69. 00:05:22
    Exporting and Importing data with the Firebase Emulator
  70. Урок 70. 00:04:13
    Introduction to Cloud Functions and Project Setup with TypeScript
  71. Урок 71. 00:06:01
    TypeScript modules basics + Running our first Cloud Function using npm
  72. Урок 72. 00:09:52
    Writing a Cloud Function Trigger
  73. Урок 73. 00:04:44
    Fixing the infinite loop in the Cloud Function
  74. Урок 74. 00:02:50
    Introduction to HTTP callable functions
  75. Урок 75. 00:08:40
    Writing an HTTP callable function to delete all documents inside a collection
  76. Урок 76. 00:07:34
    Invoking an HTTP callable function from the Flutter client
  77. Урок 77. 00:04:46
    Deploying Cloud Functions with the Firebase CLI
  78. Урок 78. 00:03:27
    Setting a project budget in Google Cloud as a safety net
  79. Урок 79. 00:03:53
    Testing the deployed functions and inspecting the Google Cloud logs
  80. Урок 80. 00:01:25
    Wrap Up
  81. Урок 81. 00:02:10
    Section Intro
  82. Урок 82. 00:06:59
    Introduction to Custom Claims
  83. Урок 83. 00:04:35
    Starter project and Firebase configuration
  84. Урок 84. 00:03:44
    Running the Flutter eCommerce app with the Firebase Local Emulator
  85. Урок 85. 00:09:30
    Writing a Firebase auth trigger to set the custom claims on the server
  86. Урок 86. 00:06:04
    Updating the Security Rules to enable Role-Based Authorization via Custom Claims
  87. Урок 87. 00:09:42
    How to show the admin UI only if the user is an admin
  88. Урок 88. 00:11:59
    How to force-refresh the ID token with a Cloud Firestore Listener
  89. Урок 89. 00:03:14
    Updating the GoRouter redirect code to account for the admin state
  90. Урок 90. 00:06:56
    Deploying and testing the Cloud Function Trigger
  91. Урок 91. 00:01:57
    Wrap Up
  92. Урок 92. 00:02:26
    Section Intro
  93. Урок 93. 00:03:34
    Updated Starter Project with Firebase seed data
  94. Урок 94. 00:03:42
    Implementing a Shopping Cart with Firebase: Overview
  95. Урок 95. 00:06:44
    Cloud Firestore Data Modeling for the Shopping Cart Items
  96. Урок 96. 00:08:04
    Implementing the RemoteCartRepository with Cloud Firestore
  97. Урок 97. 00:04:42
    Testing the Shopping Cart feature with Cloud Firestore
  98. Урок 98. 00:09:08
    Optimizing the Cart Total Calculation with Multiple StreamProviders
  99. Урок 99. 00:09:23
    How to estimate the cost of your Firebase app and minimize your Firebase bill
  100. Урок 100. 00:01:07
    Wrap Up
  101. Урок 101. 00:05:40
    Section Intro
  102. Урок 102. 00:02:24
    How to collect payments on mobile: Stripe or IAP?
  103. Урок 103. 00:02:39
    Introduction to Stripe
  104. Урок 104. 00:03:55
    Overview of the Flutter Stripe package and example app
  105. Урок 105. 00:03:47
    Payment flows with Stripe: conceptual overview
  106. Урок 106. 00:05:12
    Updated starter project & Flutter Stripe SDK setup
  107. Урок 107. 00:04:34
    Installing the Stripe Extension for Firebase
  108. Урок 108. 00:04:38
    Configuring the webhook for the Stripe Extension
  109. Урок 109. 00:07:36
    Creating products in the Stripe dashboard
  110. Урок 110. 00:08:53
    Adding new Cloud Function triggers to synchronize the Stripe data with Firestore
  111. Урок 111. 00:06:19
    Deploying and testing the new Cloud Functions
  112. Урок 112. 00:03:35
    Explaining the relationship between Stripe Customers and Firebase Users
  113. Урок 113. 00:05:53
    Demo: making payments on the client (mobile and web)
  114. Урок 114. 00:11:13
    Overview of the client payment flows on mobile
  115. Урок 115. 00:06:30
    Overview of the client payment flows on Flutter web
  116. Урок 116. 00:06:59
    How to fulfil orders on the backend
  117. Урок 117. 00:05:44
    Showing the updated orders page in the Flutter app
  118. Урок 118. 00:03:43
    How to set and use the Stripe Secret Key with Cloud Functions
  119. Урок 119. 00:03:27
    Updating the available quantity on the Stripe product metadata
  120. Урок 120. 00:01:54
    Wrap Up
  121. Урок 121. 00:01:32
    Section Intro
  122. Урок 122. 00:02:47
    Overview of the Firebase Extensions for Full-Text Search
  123. Урок 123. 00:09:18
    Installing the Algolia Extension for Firebase
  124. Урок 124. 00:05:59
    Updated starter project and code walkthrough
  125. Урок 125. 00:02:29
    Adding the Algolia API keys to the Flutter project
  126. Урок 126. 00:04:53
    Implementing Products Search with Algolia
  127. Урок 127. 00:03:55
    Removing the loading indicator for a better search UX
  128. Урок 128. 00:03:24
    Using realtime updates when the query is empty
  129. Урок 129. 00:05:32
    Using caching and debouncing to make fewer API calls
  130. Урок 130. 00:01:48
    Wrap Up
  131. Урок 131. 00:01:30
    Section Intro
  132. Урок 132. 00:03:12
    Starter project and code walkthrough
  133. Урок 133. 00:05:21
    Implementing the ReviewsRepository
  134. Урок 134. 00:05:46
    Calculating the average rating score with Cloud Functions
  135. Урок 135. 00:03:11
    Deploying the Flutter web app with Firebase Hosting
  136. Урок 136. 00:02:37
    Updating the CORS policy for the deployed Flutter web app
  137. Урок 137. 00:02:25
    Conclusion