0

I'm trying to figure out how to store pictures for a group chat in flutter and Firestore. I tried using Firebase storage but I'd have to create a separate storage place for each group. Maybe you have a way to store it somewhere. I also need to show it on the homepage of the user.

1 Answers1

0

The chat page allows you to send images. The sent images can be uploaded/stored on the Firebase storage.Also after hosting these images the paths from the device's local storage can be fetched using image_picker and then finally display these images.

Also check the following examples for similar implementations:

Vaidehi Jamankar
  • 1,232
  • 1
  • 2
  • 10