Awesome content! Thanks. I have one question. Is every user using the same storage? Or is every user getting their own storage while using the app. How can I know which user uploaded witch photo?
WARN Possible Unhandled Promise Rejection (id: 0): TypeError: null is not an object (evaluating 'uploadUri.substring') getting this error in uploadUri.substring. Can someone help?
in your const [image,setImage]=useState(null) remove the null and replace it with empty ( ) and make sure that you are using async and await in the right place
Uploading the images from the sourceURL resulted in an unknown error for me (ios, error only occurred on physical device and not in simulator), spend 2 days trying to fix it. You should set imageUri to image.path on ios too instead of only on android. sourceURL will only work in simulator and is de url to the original image, not to the cropped temporary stored version.
expo is good for start,, you can see your app changes in real time but when you complete building work then make the same app in react native cli, search more about it you will get your ans. but just remember dont make final app in expo cli it very slow
Congratulations
Another great video, we almost have the application finished to publish it
Thanks for sharing your knowledge.
thank you so much. my problem solved and i learned so much thing from this video
Thank you very much for these videos.
Glad you like them!
Nice one bro!! Keep Up the Work
thank you so much keep going for backend we love you and react native
Thank you! Will do!
Thank u. Great job. Love to see how to download all photos back to device and display them.
Sure thing!
yess. i come back here like every day waiting for the video up about how to download all photos back:(
Awesome content! Thanks.
I have one question.
Is every user using the same storage? Or is every user getting their own storage while using the app. How can I know which user uploaded witch photo?
hey, thanks for the video tutorial. i just want to ask how about if you want to change/replace
the existing photos?
just AWESOME
Dada I'm facing this issue.
TypeError: null is not an object (evaluating '_reactNativeImageCropPicker.default.openPicker')
How can we get the uploaded image url so that we can store it in our database? Can you please share any reference links for that? Thanks
Just use this. :)
const url = await storage().ref('images/profile-1.png').getDownloadURL();
Please show how to link to payment gateway with react native
Noted. Thanks for your suggestion.
Forgot password button functionality not added in the previous sessions.. Will it be added in the upcoming sessions?
may i know why my app changes reflects slowly in android emulator
WARN Possible Unhandled Promise Rejection (id: 0):
TypeError: null is not an object (evaluating 'uploadUri.substring')
getting this error in uploadUri.substring. Can someone help?
in your const [image,setImage]=useState(null) remove the null and replace it with empty ( ) and make sure that you are using async and await in the right place
Sir, will you create "Add friend" function? And private message function?
While upload facing issue
NativeFirebaseError: [storage/unauthorized] User is not authorized to perform the desired action.
does putFile even work in 2022? It's nowhere in the documentation. what about uploadBytes or uploadBytesResumable?
how can we store audio files pls let me know
hello sir,
sir i m getting null value on uploading image to firestore, so plz help me how to resolve these null value
Can you make something similar to this but we can add different frames and filters to our photos. Is it possible in react native?
Cool idea!
Uploading the images from the sourceURL resulted in an unknown error for me (ios, error only occurred on physical device and not in simulator), spend 2 days trying to fix it. You should set imageUri to image.path on ios too instead of only on android. sourceURL will only work in simulator and is de url to the original image, not to the cropped temporary stored version.
please make more tutorial on react native cli
Sure
Sir please make video on push notifications,
Your videos are awesome ❤️❤️🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
Thank you so much❤️
We are waiting for a video explaining the multiple image uploads.Thanks.
you welcome
```
const uploadedPhotos = await Promise.all(
filePath.map(async (photo) => {
const photoUploadUri: string = photo?.uri;
const fileName: string = photo?.fileName;
const photoToUpload: any = storage().ref(fileName);
const uploadPhoto = storage().ref(fileName).putFile(photoUploadUri);
// *Uploading photo
try {
await uploadPhoto;
const downloadLink = await photoToUpload.getDownloadURL();
return downloadLink;
} catch (err) {
console.log(err);
}
}),
);
setDownloadURL(uploadedPhotos);
```
Hello sir,
Can you make a video on how to download photos back...like when we create a poetry type app...and sir, is this possible without Firebase..
Sir reply...plz
not working for me when installing storage build not building
I am using ios
how to grab these image back
Hi, i am facing this issue after completing installation fatal error: 'FirebaseStorage/FirebaseStorage-Swift.h' file not found #import
...please help
i have the exact same issue, did you solve it ?
please do a video on how to retrieve multiple images from a folder firebase storage
in case you still looking for solution :
const uploadedPhotos = await Promise.all(
filePath.map(async (photo) => {
const photoUploadUri: string = photo?.uri;
const fileName: string = photo?.fileName;
const photoToUpload: any = storage().ref(fileName);
const uploadPhoto = storage().ref(fileName).putFile(photoUploadUri);
// *Uploading photo
try {
await uploadPhoto;
const downloadLink = await photoToUpload.getDownloadURL();
return downloadLink;
} catch (err) {
console.log(err);
}
}),
);
setDownloadURL(uploadedPhotos);
how about getDownloadurl?
It will be nice if you cover liquid, fluid or share element transition
thanks man
I'm new to react native.Which sdk this guy using to develop the app.I only know expo.cli and is there any else?
expo is good for start,, you can see your app changes in real time but when you complete building work then make the same app in react native cli, search more about it you will get your ans.
but just remember dont make final app in expo cli it very slow
Bro, can you please make a video of chat App Ui on react native?
thank you
thank bro
Welcome
bro how to chat using firebase in react native + gifted chat tutorial video
sir can you do the video about how to display the photos:(
have you done it ?
@@aviseksahoo1953 oh me? not yet. still working on it. and still waiting mr. pradip uploaded video about it
@@ansdyi oh please send the source code if u will do it
Good video
hey
hi