I have an app that uploads media (photos) to firebase and I am looking to show the metadata.
As there are multiple tags and conversions required I cannot work out how to return the value correctly using the Exif function.
I have an app that uploads media (photos) to firebase and I am looking to show the metadata.
As there are multiple tags and conversions required I cannot work out how to return the value correctly using the Exif function.
1) I have exif working for the date and time
2) I have exif working to extract the full content of the exif
3) I have tried various code examples I found on stackoverflow but not would compile (e.g. https://stackoverflow.com/questions/55059980/is-possible-to-get-image-gps-location-coordinates-from-the-image)