Push Notifications & More: Building a Chat App with Flutter & Firebase
-
265 Module Introduction
-
266 App Firebase Setup
-
267 Adding an Authentication Screen
-
268 Adding Buttons Modes to the Authentication Screen
-
269 Validating User Input
-
270 Firebase CLI SDK Setup 12
-
272 Signing Users Up
-
273 Logging Users In
-
274 Showing Different Screens Based On The Authentication State
-
276 Adding User Logout
-
275 Adding a Splash Screen Loading Screen
-
277 Image Upload Setup First Steps
-
278 Adding a User Image Picker Widget
-
279 Using the ImagePicker Package
-
271 Firebase CLI SDK Setup 22
-
280 Managing The Selected Image In The Authentication Form
-
281 Uploading Images To Firebase
-
282 Showing a Loading Spinner Whilst Uploading
-
283 Adding a Remote Database Firestore Setup
-
284 Sending Data to Firestore
-
285 Storing a Username
-
286 Adding ChatMessages Input Widgets
-
288 Sending Reading Data To From Firestore
-
289 Loading Displaying Chat Messages as a Stream
-
290 Styling Chat Message Bubbles
-
291 Push Notifications Setup First Steps
-
292 Requesting Permissions Getting an Address Token
-
293 Testing Push Notifications
-
294 Working with Notification Topics
-
295 Sending Push Notifications Automatically via Cloud Functions
-
296 Module Summary