Mobile App
Firebase Setup
Firestore Storage

Firebase Storage Setup

  1. Firebase Console:

    • Go to the Storage section and set up a default bucket.
  2. 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.