You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ibnYusrat
This has been commented on several issues. The library used for iOS doesn't provide us with a path that we can use. You can see some suggestions how to proceed here and here.
The reason there is no path is that the library we are using on iOS returns an asset which contains no path. As this has been commented on a few different thread, here are some suggestions how to proceed: idea 1 and idea 2
Hi,
While the image does show up in the demo app, the object returned after selection doesn't contain the file path on iOS
This is the object I get:
{ "_observers": {}, "_options": { "keepAspectRatio": true, "autoScaleFactor": true }, "_ios": {} }
on Android, the
_android
property contains the path to the selected image.I need it to upload user's profile photo to firebase. Can someone please suggest what am I doing wrong here?
The text was updated successfully, but these errors were encountered: