for newbies, if video is not uploading, check your firebase storage rules. i could not get video to upload, finally looked at FB storage and realized the default rules needed to be changed (default rules for FB DB fine, but default rules for FB storage prevented uploading) from app.
@robertjudono41832 жыл бұрын
you're a life saver
@akliletilahun23232 жыл бұрын
what should i change about it? please help
@akliletilahun23232 жыл бұрын
@@robertjudono4183 what is the problem with the default rules, please help
@imenabbasi87723 жыл бұрын
Keep up the good work, great content please keep posting and reposting videos, you really have good stuff
@SimpleCoder3 жыл бұрын
Thank you Imen ☺️
@The-Dev-Ninja3 жыл бұрын
you are amazing. i will study react as a begginer.
@SimpleCoder3 жыл бұрын
Go for it! I've never looked back after starting 😉
@jaypalsinhgohil63333 жыл бұрын
I'm so excited to watch Next part
@NotForLong3 жыл бұрын
question, ios records videos in MOV and Android records them in MP4, how do you handle that so they can play on both OS??
@glenngilmour71623 жыл бұрын
Thanks for this series. Which episode shows the installation and creation of the navigation tabs? I went from 3 to 4 and somehow missed it.
@glenngilmour71623 жыл бұрын
Apologies, I see now that episode #3 is just not in the playlist
@maxmaksum46733 жыл бұрын
awesome...will you cover messeging features?
@SimpleCoder3 жыл бұрын
Probably, it is a really good way to learn sockets (even though firebase abstracts most of it) and realtime UI updates 😊
@maxmaksum46733 жыл бұрын
@@SimpleCoder I see your playlist on whatsapp clone. Do you think should I learn java little bit understand them better to follow the whats app clone? for react native I have basic understanding so i can follow.
@riskitall74213 жыл бұрын
For some reason, this crashes on ios @36:18 when we do the promise chain. I don't know why but i'm pulling my hair out.
@Matdrox2 жыл бұрын
Some help on this would be great...
@ricardocarvalho43463 жыл бұрын
Bro are you from Portugal?
@harshitrathi30773 жыл бұрын
Next Part Please !!
@errinwright3 жыл бұрын
What about making the actuall camera Video recording itself??
@SimpleCoder3 жыл бұрын
It's in the previous video of the series ☺️ kzbin.info/www/bejne/gHSsnX1vgKdllc0
@idan13613 жыл бұрын
Hey, I'm facing a little issue here. It works good on ios, but whenever I try it on an android device I'm getting an error saying "Network request failed", any help?
@akliletilahun23232 жыл бұрын
the video doesn't upload. There are no errors, please help
@No0bT4rD2 жыл бұрын
I don't get any error messages. It simply just doesn't upload the file at all
@neel66172 жыл бұрын
That is because of the reject messages. To view the errors, change it so that in the catch functions instead of rejecting the error, console .log it