1. Урок 1. 00:00:36
    Getting Started
  2. Урок 2. 00:02:18
    Create React App
  3. Урок 3. 00:01:00
    Downloading Assets
  4. Урок 4. 00:03:22
    Building for Production
  5. Урок 5. 00:02:05
    Firebase Sign Up
  6. Урок 6. 00:06:07
    Initializing Firebase
  7. Урок 7. 00:04:08
    Your First Deployment
  8. Урок 8. 00:03:06
    Rolling Back and Restoring Deployments
  9. Урок 9. 00:03:05
    Cloud Firestore Data Model
  10. Урок 10. 00:03:34
    Adding Data Manually
  11. Урок 11. 00:03:05
    Adding Firebase to Your App
  12. Урок 12. 00:02:19
    Adding Component State
  13. Урок 13. 00:03:04
    Subscribing to Data
  14. Урок 14. 00:02:11
    Extracting Documents
  15. Урок 15. 00:00:56
    Updating State
  16. Урок 16. 00:01:05
    Unsubscribing from Data
  17. Урок 17. 00:01:20
    Getting Realtime Updates
  18. Урок 18. 00:04:27
    Review
  19. Урок 19. 00:02:25
    Cleaning Up
  20. Урок 20. 00:02:35
    Where to Split Big Components
  21. Урок 21. 00:01:13
    File Structure Review
  22. Урок 22. 00:01:54
    Firebase Import and Keys
  23. Урок 23. 00:04:06
    Getting Input Values
  24. Урок 24. 00:05:06
    Saving Messages
  25. Урок 25. 00:01:50
    Posting to Different Channels
  26. Урок 26. 00:00:55
    Clearing the Input
  27. Урок 27. 00:07:58
    Subscribing to Messages
  28. Урок 28. 00:02:04
    Order Messages with Collection Queries
  29. Урок 29. 00:05:31
    Abstracting Subscriptions with a Custom Hook
  30. Урок 30. 00:04:02
    Reusing useCollection
  31. Урок 31. 00:01:12
    Enabling Authentication
  32. Урок 32. 00:04:34
    Logging In
  33. Урок 33. 00:02:15
    Persisting Login
  34. Урок 34. 00:01:53
    A Little More About useEffect
  35. Урок 35. 00:03:07
    Adding the User and Passing Props
  36. Урок 36. 00:01:09
    Logging Out
  37. Урок 37. 00:01:59
    Cleaning Up
  38. Урок 38. 00:02:44
    Auth Error Handling
  39. Урок 39. 00:03:17
    Store Users in the Database
  40. Урок 40. 00:05:33
    Referencing Users in Messages
  41. Урок 41. 00:07:04
    Refactor Messages
  42. Урок 42. 00:05:23
    Display Author on Messages
  43. Урок 43. 00:02:25
    JSX and Non-Breaking Spaces
  44. Урок 44. 00:04:35
    Add Routes
  45. Урок 45. 00:05:19
    Using Route Params
  46. Урок 46. 00:01:56
    Adding Link
  47. Урок 47. 00:14:41
    Getting Effects to Update
  48. Урок 48. 00:05:46
    Don't Subscribe to Authors
  49. Урок 49. 00:05:45
    Avoid Flickers with a Simple Cache
  50. Урок 50. 00:02:41
    useDocWithCache
  51. Урок 51. 00:03:56
    Display Message Timestamps
  52. Урок 52. 00:02:29
    Format Dates with date-fns
  53. Урок 53. 00:05:46
    Showing the Avatar Only Once
  54. Урок 54. 00:05:25
    Show Day Horizontal Rules
  55. Урок 55. 00:06:44
    Refactor Topics to useDoc
  56. Урок 56. 00:03:54
    useRef
  57. Урок 57. 00:02:37
    Managing Scroll Position
  58. Урок 58. 00:03:33
    Deploy Again!
  59. Урок 59. 00:03:56
    Hooks vs. Component
  60. Урок 60. 00:02:22
    Forwarding Props with JSX Spread
  61. Урок 61. 00:05:14
    Better Scroll Handling
  62. Урок 62. 00:05:48
    Add Channel Data to Users
  63. Урок 63. 00:01:57
    Updating Deep Document Values
  64. Урок 64. 00:01:58
    Subscribing to Channel Members
  65. Урок 65. 00:03:00
    Collection Queries
  66. Урок 66. 00:06:09
    A Little Bit About Indexes
  67. Урок 67. 00:00:50
    Display Channel Members
  68. Урок 68. 00:02:54
    Indexes and Reinitializing Firebase
  69. Урок 69. 00:03:01
    Ditching Our Index (lol)
  70. Урок 70. 00:05:18
    Watching Connection Status
  71. Урок 71. 00:06:09
    Saving Presence to RTDB
  72. Урок 72. 00:02:20
    Verifying RTDB Writes
  73. Урок 73. 00:05:36
    Saving Presence to Firestore Clientside
  74. Урок 74. 00:01:43
    Adding Presence to the UI
  75. Урок 75. 00:04:07
    Planning the RTDB and Firestore Sync
  76. Урок 76. 00:01:38
    Your First Cloud Functions
  77. Урок 77. 00:07:44
    Running and Deploying Functions
  78. Урок 78. 00:00:51
    Triggers
  79. Урок 79. 00:12:41
    Sync Status from RTDB to Firestore Serverside
  80. Урок 80. 00:03:38
    Organize Cloud Functions
  81. Урок 81. 00:16:22
    Getting Started with a Chat Bot
  82. Урок 82. 00:10:41
    Adding the Cleverbot API Config Vars
  83. Урок 83. 00:04:47
    The End!