Anushka yadav
Anushka yadav

Reputation: 31

How to upload PDF files from a fragment to firebase in android?

I want to upload pdf file from the fragment inside an activity to firebase . there are lots of tutorials available for uploading the file from Activity but not for fragments. Is it possible or not ? if yes then how can I do that so? also the method which is used for this task was StartActivityForResult which has been deprecated, then how should I use the new method which is registerForActivityResult with Fragment.

Upvotes: 0

Views: 92

Answers (0)

Related Questions