-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to upload image from local to firebase #60
Comments
See this Callback for image upload #56 . Let me know if that helps. |
Thank you, I will check it again. |
this line mStorageRef.child(userid+".jpg").putFile("???????????????") i try to add uris to function and it error . what is virrible that i can put image (in .putFile("???????????????")) @OverRide
|
Sorry I don't know much about firebase storage. |
i want to upload image from device to firebase storge and get url like upload from internet
The text was updated successfully, but these errors were encountered: