Just finished the whole playlist. Really learned a lot here. I did go through all Firebase for my Android app, and as I plan to make iOS version it has been a real pleasure listening to the Swift - Firebase project. As it has been mentioned before, one of the most educative, well organized, courses out there. Thank you again, and keep doing the good work.
I watched it all, but sometimes it took me about two days to finish just one video even though it's 1hour long. I couldn't focus that long straight. So many distractions happened, like Facebook and RUclips, and I had to watch movies while watching these and take a little break. But I skipped non. Thanks for all your free content, Nick. I learned a lot within a very short period because of your free and organized content strategy. As always, this is KD, I see you in the next video. ❤👨🏻💻
Thanks a lot. Just finished and coded the entire playlist and flled out the survey. The level of the course is superb, maybe for new people also. Also very important that you covered many things that we may not easily find anywhere else.🙂🙂
I would like to express my gratitude to Nick for his outstanding Firebase tutorial. I have finally managed to watch all of the videos in this tutorial, although it took me three months to do so, as I only have one hour a day in the early morning before my actual work. Nonetheless, it was worth the effort, and I appreciate Nick's hard work and dedication to creating such an informative tutorial.
I just finished the entire playlist. Thank you so much for the information!!! I will say though that I found myself frequently frustrated when a lot of what was being coded was rewritten to make a more efficient/simpler/better code chunk. I found that the final piece of code was what I would have done and the first place and I would prefer maybe just showcasing the differnt ways to code a chunk of functionality and then just showcasing the one you intend to implement. I really am hoping you could dive more into the Analytics for one more episode but overall there was plenty of great information! I believe a lot of these videos may be able to be shortened significantly for conciceness, and if so I would definitely watch all of them!
I’v just watched your SwiftUI bootcamp serial videos,but by other updater in china,because of some network limitation,I can’t use youtube easily.Whatever I wanna say THINK U,it do help me a lot!🤓🤓
I'm on my 2nd time through the series. I love it. Your teaching style is perfect for me, I love the way you get something working and then refactor it and how you explain things. Thank you!
Great bootcamp! I watched all the videos in order and I loved them. Very excited about the app with firebase, please keep going 💪🏻. BTW great work with the new web page look.
I just finished the full playlist end to end. That was an incredible amount of work you put in. Your teaching style of actually doing everything in the video is great. There were a couple of times when you were refactoring code to new files that you rushed through the steps which made it hard to know "What exactly did he just cut and paste to a new file?" I'm also mainly a UIKit developer, so hopefully I can manage to port what you taught over to the UIKit equivalent. I'm also wondering if I should just port my project over to SwiftUI. Anyways, great stuff and I'll definitely be watching a lot more of your playlists.
Thanks for watching! The playlists on my channel are made to be watching in order, and this is the ~9th course, which is why I moved fast in some of the refactoring parts. The watch order is posted here: www.swiftful-thinking.com/store If you’re an experience UIKit developer, I’d recommend the SwiftUI in Practice playlists. That playlists jumps right in to building SwiftUI screens and doesn’t spend much time on networking / architecture, which you’re probably already familiar with.
Question: Not related to this video## A have pianoroll like this @State var model : pianoroll = pianorollmodel(pianonote[], length : 4 , hight : 4 How do i store pianonote array to coredata? Pianonote is in struct with enqatable and identifiable I watch your coredata videos but i dont get it. Want to connect coredata entity with pianorollnote but i cant? Can u please tell me how to do that
Nick, Thank you so much for this playlist and all the work you put into it. I finished it today, and I learned so much from you. I can wait to see what you have for us next. Please make a chat message tutorial in the future if you can, and keep up the good work. =)
As an addendum to my last comment on UIKit vs SwiftUI, I'm wondering which of your playlists you'd recommend for an established UIKit coder to come up to speed in SwiftUI? I've been coding for years and years in UIKit, so the bare basics would not be needed to be covered. Any suggestions?
Question: When I use the Google sign in, the date created data and the user-premium data updates every time the user signs in. So, the "date_created" data changes to whatever time they most recently signed in. The "user_isPremium" resets to false every time they sign in. This does NOT happen with the Email Sign in. I'm just wondering if there's something that needs to be changed when using the Google Sign in. Cheers.
Because with email, we have different functions to sign in vs sign up and create an account. For SSO, there is only 1 function to sign in and/or sign up. After connecting SSO, you can check if the user profile exists in the database already!
hi,nick,thank you so much for your hard work, this is a very good play list ,and i have watched throw it .And also it has some difficult parts ,and i think i will review it in the future . thank you again!
Whole playlist! Thank you, Nick! It's fire!🔥
Just finished the whole playlist. Really learned a lot here. I did go through all Firebase for my Android app, and as I plan to make iOS version it has been a real pleasure listening to the Swift - Firebase project. As it has been mentioned before, one of the most educative, well organized, courses out there. Thank you again, and keep doing the good work.
I watched it all, but sometimes it took me about two days to finish just one video even though it's 1hour long. I couldn't focus that long straight. So many distractions happened, like Facebook and RUclips, and I had to watch movies while watching these and take a little break. But I skipped non. Thanks for all your free content, Nick. I learned a lot within a very short period because of your free and organized content strategy. As always, this is KD, I see you in the next video. ❤👨🏻💻
I’ve watched it all through. Thanks for the Herculean effort this took 🎉
Whole playlist! It is great! Thank you, Nick!
Just finished the entire playlist. Followed it chronologically and coded along with everything. Great stuff!
Nick - Awesome playlist 👍. Looking forward for more great content. Thanks 🙌
Thanks a lot. Just finished and coded the entire playlist and flled out the survey. The level of the course is superb, maybe for new people also. Also very important that you covered many things that we may not easily find anywhere else.🙂🙂
Definitely rewatching the videos several times to work the concepts into an a project app I'm creating ....Thanks for the videos!
Can you show the phone auth I think I’d good for two factor authentication
Finished the whole playlist, much appreciate this sets the foundation for great things in the future!
SUPER EXCITED for Firebase App in the FUTURE :) :)
I would like to express my gratitude to Nick for his outstanding Firebase tutorial. I have finally managed to watch all of the videos in this tutorial, although it took me three months to do so, as I only have one hour a day in the early morning before my actual work. Nonetheless, it was worth the effort, and I appreciate Nick's hard work and dedication to creating such an informative tutorial.
Great playlist! Thank you 🙏🏼
Finished the whole playlist! Thank you so much!
I just finished the entire playlist. Thank you so much for the information!!! I will say though that I found myself frequently frustrated when a lot of what was being coded was rewritten to make a more efficient/simpler/better code chunk. I found that the final piece of code was what I would have done and the first place and I would prefer maybe just showcasing the differnt ways to code a chunk of functionality and then just showcasing the one you intend to implement. I really am hoping you could dive more into the Analytics for one more episode but overall there was plenty of great information! I believe a lot of these videos may be able to be shortened significantly for conciceness, and if so I would definitely watch all of them!
I will be digging into this playlist shortly. Thank you!
Just finished today. Thank you for your time
Completed! Thank you, I'm really enjoy and want more. You are the best, really good information!
I’v just watched your SwiftUI bootcamp serial videos,but by other updater in china,because of some network limitation,I can’t use youtube easily.Whatever I wanna say THINK U,it do help me a lot!🤓🤓
I've completed it. Thanks a lot Nic!
This playlist was great, I learned so much. Thanks!
Nick -- great bootcamp from start to finish. I learned a lot of stuff I did not previously know. Looking forward to whatever's next.
I'm on my 2nd time through the series. I love it. Your teaching style is perfect for me, I love the way you get something working and then refactor it and how you explain things. Thank you!
In one sentence, you r the best.
Completed 🏁... Lesson by lesson... great job! Thank you. Nochmals vielen Dank! 👍
I have been here the whole time. I has been an amazing time!
This playlist was incredible, thank you so much for sharing your knowledge with us!
Great bootcamp! I watched all the videos in order and I loved them. Very excited about the app with firebase, please keep going 💪🏻. BTW great work with the new web page look.
Made it all the way through. Phenomenal course. Thank you!
Really good bootcamp!! 🔥 Gonna fill out the form and select all the options so this bootcamp never ends lol
Mead it to the end of 23 videos, now need to build my app. Wish you had done FCM
Great job as usual Nick! I've been following this playlist since the first video, looking forward to future content on you channel. Keep it up!
I watched all your videos. Thank you so much!
Thanks for watching! 🎉
I just finished the full playlist end to end. That was an incredible amount of work you put in. Your teaching style of actually doing everything in the video is great. There were a couple of times when you were refactoring code to new files that you rushed through the steps which made it hard to know "What exactly did he just cut and paste to a new file?" I'm also mainly a UIKit developer, so hopefully I can manage to port what you taught over to the UIKit equivalent. I'm also wondering if I should just port my project over to SwiftUI. Anyways, great stuff and I'll definitely be watching a lot more of your playlists.
Thanks for watching!
The playlists on my channel are made to be watching in order, and this is the ~9th course, which is why I moved fast in some of the refactoring parts. The watch order is posted here: www.swiftful-thinking.com/store
If you’re an experience UIKit developer, I’d recommend the SwiftUI in Practice playlists. That playlists jumps right in to building SwiftUI screens and doesn’t spend much time on networking / architecture, which you’re probably already familiar with.
completed! awesome content!
Amazing playlist Nick, thank you! Survey filled out… really hoping for an FCM/push crash course! 😁
You are amazing 😊… I have supporting you since the begging 😅…
Big thanks for your fantastic videos Nick! Is it possible to update Firebase from an url regularly like every 5 minutes?
Thanks for this amazing bootcamp 🎉
Thanks again for watching Wilson 👍
Thank you for this playlist and everything else you have thought us
Question:
Not related to this video##
A have pianoroll like this
@State var model : pianoroll = pianorollmodel(pianonote[], length : 4 , hight : 4
How do i store pianonote array to coredata?
Pianonote is in struct with enqatable and identifiable
I watch your coredata videos but i dont get it.
Want to connect coredata entity with pianorollnote but i cant?
Can u please tell me how to do that
Nick, Thank you so much for this playlist and all the work you put into it. I finished it today, and I learned so much from you. I can wait to see what you have for us next. Please make a chat message tutorial in the future if you can, and keep up the good work. =)
Thanks Luane!!
As an addendum to my last comment on UIKit vs SwiftUI, I'm wondering which of your playlists you'd recommend for an established UIKit coder to come up to speed in SwiftUI? I've been coding for years and years in UIKit, so the bare basics would not be needed to be covered. Any suggestions?
Can you focus on, on-device ML? Please consider.
Thank you 🙏, Very much Sir @Nick 👨🏻💻, For sharing this amazing knowledge 📚. You inspiring us ✨.
Man, thank you Very much!
Watched all of them. Coded along. Took about 3 months :)
Edit: exactly 4 months actually, phew
Amazing boot camp
Спасибо! Очень полезные видео!
Can you do one dedicated video on remote config.. thankyou
Question:
When I use the Google sign in, the date created data and the user-premium data updates every time the user signs in. So, the "date_created" data changes to whatever time they most recently signed in. The "user_isPremium" resets to false every time they sign in.
This does NOT happen with the Email Sign in. I'm just wondering if there's something that needs to be changed when using the Google Sign in.
Cheers.
Because with email, we have different functions to sign in vs sign up and create an account. For SSO, there is only 1 function to sign in and/or sign up. After connecting SSO, you can check if the user profile exists in the database already!
@@SwiftfulThinking Ah, of course! Thank you! I will try to see if I can do that :) Thanks as always for you incredible videos!
I would like to know the extent of advertising on iOS. Admob, adsense etc.
dear thank you for the best explanation but pleas share the source code urgent, please
Gang
hi,nick,thank you so much for your hard work, this is a very good play list ,and i have watched throw it .And also it has some difficult parts ,and i think i will review it in the future . thank you again!
can you show the phone auth I think I’d good for two factor authentication