Firebase Storage Setup
-
Firebase Console:
- Go to the Storage section and set up a default bucket.
-
Code Integration:
- User profile pictures are stored in Firebase Storage, managed in
lib/services/storage_service.dart
. - Use
FirebaseStorageService().uploadProfileImage()
to upload user profile images. Customize this method to upload media to specific folders in Firebase Storage.
- User profile pictures are stored in Firebase Storage, managed in