Appreciate it ! Thanks for all the explanations for those parts that I was wondering why you do it that way.
@2b2t_names8 ай бұрын
2:38 the posts icon is normal but profile button is on top of it and dosent appear when we are on posts section
@interestingstuffforsure88 Жыл бұрын
Yes 🙌🏼 looks so good and can’t wait to continue learning with the next parts. 2 quick question - 1. I am guessing that because we use async await we don’t need completion handlers, right? And second, will you cover how to upload multiple images for one posts? Thank you so much, will subscribe on Patreon because you’re tutorials are awesome!
@SOK-gn6hw Жыл бұрын
waiting for part 3 nice job thx !
@SOK-gn6hw Жыл бұрын
until then i will try to make an add post func.
@W31HN Жыл бұрын
Hi great video, just wanted to ask i have got this issue with the SDWebimageSwiftUI package as when i run the application i have an error within the package Thread1: EXC_BAD_ACCESS(code=2, address=0x16da6ff70) any idea what this could be and how i can go about fix the issue. When running the application all the parts are working but when going to the profile its stuck with the loading icon doesn’t load the data from Firestone and the error code is displayed on Xcode. Thanks!
@surathchathuranga4960 Жыл бұрын
@@HiznardoDiaz hi. Did you find any solution?
@surathchathuranga4960 Жыл бұрын
Hi. Did you find any solution?😢
@hackenbacker Жыл бұрын
Hi, What should we do if we get a requires-recent-login error when using deleteAccount() ? I would like to know how to use reauthenticate(with:) or Cloud Function to solve the problem. Thank you.
@christiansimbarashe Жыл бұрын
awesome content my good man
@tacoman1139 ай бұрын
I am getting this error: Thread 1: EXC_BAD_ACCESS (code=2, address=0x16a88bfa0) How do I fix this. GPT says it is a memory error...
@tacoman1139 ай бұрын
The error occurs when you open the app
@andrejkling3886 Жыл бұрын
Awesome…. 💫
@dragos1304 Жыл бұрын
I get the error 'nil' cannot be assigned to type 'User'. How can I fix it?
@ArshdeepSingh-eq4zq Жыл бұрын
make it self.myProfile = nil
@jackmurphy587 Жыл бұрын
Hey great video however I am getting the common Thread1: EXC_BAD_ACCESS(code=2, address=0x16da6ff70) error as well. What can we do. Why is this happening?
@jackmurphy587 Жыл бұрын
I HAVE FOUND THE PROBLEM!!!! I cant believe I didnt see this. If anyone is having this problem, look back at your profileView file and make sure inside the NavStack>VStack with the if let... else its going to ProgressView() and not ProfileView.... I noticed it was different than the video and made that minor adjustment and wallah! Hope this helps!
@productNerdOtaku Жыл бұрын
👍🏻 thank you
@psy3348 Жыл бұрын
Will there be a part 3?
@afrcvn Жыл бұрын
Thank you
@TenderAI Жыл бұрын
When will you publish the part 3 and so on?
@Kavsoft Жыл бұрын
Uploading part 3…..
@psy3348 Жыл бұрын
Hi, is it possible to sign up without a profile pic? I tried it but if I sign up there comes a infinity progress bar with no ending
@Kavsoft Жыл бұрын
You should remove the Firebase Storage code since it gives an error because there are no photos and you are thereby making infinite progress.
@ateftech4876 Жыл бұрын
Hey! Thank you so much for doing this I really appreciate it! I was having an issue with changing the color in Tabview to black as you have shown in line 27 but for some reason it would not change. I looked more into it and was able to change the color by having the code ".accentColor(.black)". I thought I would share this just incase someone was going through the same thing I went through!
@michelmaalouli6904 Жыл бұрын
Great video! could you please add phone or email authentication for sign up/login?
@Kavsoft Жыл бұрын
It’s already there; please check out the Part 1 video.