Last active
August 4, 2021 06:27
-
-
Save AdoraNwodo/72e24b06ebb6526328e64ca8393e7c2e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private val PICK_IMAGE_REQUEST = 71 | |
private var filePath: Uri? = null | |
private var firebaseStore: FirebaseStorage? = null | |
private var storageReference: StorageReference? = null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment