1

My image is not showing up. My database

This is the message in firebase.

messages={this.state.messages}
          onSend={FirebaseStorage.shared.send}
          user={this.user}
          renderMessageImage={() => this.showImage}
          renderUsernameOnMessage

And that is the render code. What am I doing wrong?

Phenomenon
  • 104
  • 7

1 Answers1

1

Check how you are getting the messages. Are you getting the image?

Jealousy
  • 57
  • 3