Skip to content

Instantly share code, notes, and snippets.

@AdoraNwodo
Last active August 4, 2021 06:27
Show Gist options
  • Save AdoraNwodo/72e24b06ebb6526328e64ca8393e7c2e to your computer and use it in GitHub Desktop.
Save AdoraNwodo/72e24b06ebb6526328e64ca8393e7c2e to your computer and use it in GitHub Desktop.
firebaseStore = FirebaseStorage.getInstance()
storageReference = FirebaseStorage.getInstance().reference
btn_choose_image.setOnClickListener { launchGallery() }
btn_upload_image.setOnClickListener { uploadImage() }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment