Skip to content

Firebase-ui-storage direct copy into local cache #331

Open
@peterhav

Description

@peterhav

This is a feature request related to the new firebase-ui-storage library available since release 0.6.0:

I’m planning on using the provided integration with Glide to (efficiently) show images stored in Firebase Storage within my app. In my app I have the following workflow that is more or less the same as the sample:

  1. User selects image from the camera or gallery (using intents)
  2. The URI returned is used to initiate the Firebase Storage upload
  3. Wait period (progress dialog), once the onSuccess is triggered:
  4. Change Firebase database, set: hasImage = true
  5. The image is loaded into the relevant imageviews using the Glide call (with FirebaseImageLoader)

As you can see this is not optimal: step 3 could be omitted by directly inserting the selected image into the local cache. My question: is this currently possible or is this type of functionality foreseen for a future release?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions