Thanks for this video. I have been struggling coming from web dev to SwiftUI and this is the best, most concise and most clear tutorial I've seen so far on Firebase/SwiftUI integration
Hello! Yes we do cover those topics in our courses when we build apps with user accounts. All courses are available on www.codewithchris.com if you want to check it out. @AdrienVillez
Thanks for the kind words. Feel free to post your question on our CodeCrew forum so that our tech support staff can assist you. Go here: codecrew.codewithchris.com. All the best! -Arthur
Great Video, quick question ... In the get data function, how would you filter an specific Todo? In my case I practicing getting All users, but I want to filter the one I am currently logged in? I am able to get All users, but I don't want the logged in user to show.
Hi Juan! We encourage you to post your question on our CodeCrew forum codecrew.codewithchris.com so that our tech support staff can better assist you. :) - Pat
AMAZING videos thanks to the RUclips channel "CodeWithChris". Please make more such kind a understandable videos on Firebase with SwiftUI, not only me will appreciate these kinds of helpful videos 🔥👏🤩
Thank you guys , really up to date content, I have got a question. I want to set custom document ids made of numbers (say 10 digits), because the ids will be shown in the ui as a reference. Is there a way to do that? How can I make sure that the generated id in not occupied in a particular collection?
Hello, best if you post this question on our CodeCrew forum so that our technical support staff can assist you: codecrew.codewithchris.com. Thanks for learning with us! -Arthur
Love the videos and happy to be a member of the CC. Wondering two things. 1. Do you prefer SPM or Pods 2. My code seems to jump passed the code completion. How do I find out what the deal is with that? Thanks!
Hello, right now the most stable would probably be SPM.. but cocoapods is popular and has more libraries i think. not sure about your code completion you might want to check xcode preferences for that
Excellent tutorials Chris, can you make a tutorial on passing data to other collections?or if u already have send the link plsss Thanks, love ur videos!!
"Hello, i suggest checking out our full courses content then its loaded of information and sample apps which you may like.. check it out here codewithchris.com - Francis"
This tutorial is awesome , thanks man . Can you make a tutorial about user content management please ? for example , I am trying to build e-learning app for 2 courses, I record and post videos lessons, my problem is that I want for the users to have access to only the class that they signed up for, not both of them. Is it possible to make a tutorial for us about this please ? thanks again.
This is an amazing tutorial, thank you for that! But there is one thing I don't get :) I'm triggering function in Init() section to fill in my list with data from Firestore but when I check its size (.count) it shows 0, but then, when it displays it's 8. Why, how? :)
Hello! Best if you post your question in our CodeCrew forum so that our tech support staff can give you guidance. Go here: codecrew.codewithchris.com. Thanks for learning with us! -Arthur
Hello, I am reading data and displaying them in List as you do in the video. However, I would like to implement a navigation link on each item in the list do display the info about the specific item. I am not really sure how to pass the current item's data to the destination of navigation link. Any idea? Thank you
Hello, kindly post your question in our CodeCrew forum so that our tech support staff can assist you. Go here: codecrew.codewithchris.com. Thank you! -Arthur
Thanks for amazing videos. I have a question if someone can help with it. I have a project which i want to push it on github. I am using firebase and cloud messaging for push notifications. So i want to hide my server key reference before uploading it to github. How should I proceed with it ? Thanks
Hello! Best to post your question and screenshots on our CodeCrew forum so that our technical support staff there can assist you. Go here: codecrew.codewithchris.com. Thank you! -Arthur
Hello Chris, Xcode is saying. "Cannot find "textfield" in scope" would you happen to know how to fix this? I am following another tutorial of your and running into this problem sometimes. thanks.
"Hello, you probably put the ""textfield"" variable that you are using inside a function or something.. this might be the reason why you cant use it anywhere else - Francis"
Could you please show an instruction on how to actually update the data with new information instead of hardcoding the edit or merge part with a string? So that it can get new passed data from the text fields. Thanks for great content as always!
Hello! Kindly post your question (and screenshots if needed) on our CodeCrew forum so that our technical support staff there can assist you. Go here: codecrew.codewithchris.com. Thanks for learning with us! -Arthur
This was a great tutorial but the update data part was terrible. I thought you would show the data back in the text fields and then allow the user to edit and then save the data again.
Unfortunately an outdated tutorial now. They have changed things like firebase to firebaseCore, the code is different also for connecting to firebase. A lot of outdated information and I am not sure I would spend my time trying to follow this very closely anymore.
Thanks for this video. I have been struggling coming from web dev to SwiftUI and this is the best, most concise and most clear tutorial I've seen so far on Firebase/SwiftUI integration
Definitely checking out your courses because of this, your teaching style is so easy to follow. Thank you!
Happy to welcome you to the CodeCrew family, Anas! :) -Arthur
Thank you! need more advanced backend applications using swiftUI and firebase..
Thank you for sharing, Vithushan! :) -Arthur
Your tutorials helped me a lot to build my academic project... Thanks a lot !!!!!!
Great to hear! :) - Pat
Very nice tutorials! Thanks a lot Chris!
Amazing! Appreciate the pace and comments.
Thanks for learning with us, Bradley! -Arthur
Thanks worked..do you have user registration and authentication with Firestore?
Hello! Yes we do cover those topics in our courses when we build apps with user accounts. All courses are available on www.codewithchris.com if you want to check it out.
@AdrienVillez
Loved the video..... was really hoping to see how to pass the data to a detail screen where you could see and edit the notes
Thanks for the kind words. Feel free to post your question on our CodeCrew forum so that our tech support staff can assist you. Go here: codecrew.codewithchris.com. All the best! -Arthur
Great Video, quick question ... In the get data function, how would you filter an specific Todo? In my case I practicing getting All users, but I want to filter the one I am currently logged in? I am able to get All users, but I don't want the logged in user to show.
Hi Juan! We encourage you to post your question on our CodeCrew forum codecrew.codewithchris.com so that our tech support staff can better assist you. :) - Pat
Thank you Chris , you solved my problem !! Keep it up !!
Awesome, happy to know this. Thanks for being here! :) -Arthur
You are an impressive teacher 🙂
Thank you! 😃 - Pat
@CodeWithChris: Is it possible to also share that list you created in this tutorial with other users via Firebase as well?
AMAZING videos thanks to the RUclips channel "CodeWithChris". Please make more such kind a understandable videos on Firebase with SwiftUI, not only me will appreciate these kinds of helpful videos 🔥👏🤩
More quality content to come, thanks for subscribing and learning with us! -Arthur
@CodeWithCris You should mention real time listening of the new events and updates
Thanks for dropping by and learning with us! -Arthur
You helped me soooo much!!!!!
Your Videos are easy understandable, also for beginners like me :D
This comment made our day. One of the reasons why we keep on going. Thank you! -Arthur
Thank you so much!
You are so welcome! -Arthur
Thank you guys , really up to date content, I have got a question.
I want to set custom document ids made of numbers (say 10 digits), because the ids will be shown in the ui as a reference.
Is there a way to do that? How can I make sure that the generated id in not occupied in a particular collection?
Hello, best if you post this question on our CodeCrew forum so that our technical support staff can assist you: codecrew.codewithchris.com. Thanks for learning with us! -Arthur
Thanks for this video, you helped me so much
You are so, so welcome! -Arthur
Can you share the video or reference how we can use zipcodes and get city when enters zipcode? can you share the reference if you have one
@CodeWithChris: How can I rather use the .onDelete(perform: ) function in this example?
Thank you so much for your content men. Please keep talking slowly, it's easier to understand.
Thanks for taking the time to comment! ❤️
Love the videos and happy to be a member of the CC. Wondering two things. 1. Do you prefer SPM or Pods 2. My code seems to jump passed the code completion. How do I find out what the deal is with that? Thanks!
Hello, right now the most stable would probably be SPM.. but cocoapods is popular and has more libraries i think. not sure about your code completion you might want to check xcode preferences for that
SPM is now the preferred way to add Firebase to your project, but we still support CocoaPods.
@@PeterFriese SPM is so much cleaner and simpler. No xcworkspace and terminal and so on. Much prefer the simplicity.
How can you put in a rich text field into Firebase? I want to pass in paragraphs and bullet points and things like that.
You are fantastic man,thanks a lot
You are more fantastic, Kadir! Thank you! -Arthur
Excellent tutorials Chris, can you make a tutorial on passing data to other collections?or if u already have send the link plsss
Thanks, love ur videos!!
"Hello, i suggest checking out our full courses content then its loaded of information and sample apps which you may like.. check it out here codewithchris.com
- Francis"
This tutorial is awesome , thanks man .
Can you make a tutorial about user content management please ? for example , I am trying to build e-learning app for 2 courses, I record and post videos lessons, my problem is that I want for the users to have access to only the class that they signed up for, not both of them. Is it possible to make a tutorial for us about this please ? thanks again.
Hello, Benson! Thanks for the kind words. Kindly submit your suggestion here: app.productstash.io/codewithchris#/ideas Thank you! -Arthur
Would be great if this tutorial is extended for a logged in user
More content to come. Thanks for learning with us! -Arthur
Hi Chris, have you or will you do a video on paginating data from Firestore?
Hello, Eli! Can you kindly post your idea here? app.productstash.io/codewithchris#/ideas Thanks for learning with us! :) -Arthur
Thank you!
This is great!
Thank you for watching! - Pat
Can you make a video of a firebase login screen so that each user can see it's own Todo's? (In swiftui)
Hello, kindly post your suggestion here: app.productstash.io/codewithchris#/ideas Thank you! -Arthur
This is an amazing tutorial, thank you for that! But there is one thing I don't get :) I'm triggering function in Init() section to fill in my list with data from Firestore but when I check its size (.count) it shows 0, but then, when it displays it's 8. Why, how? :)
Hello! Best if you post your question in our CodeCrew forum so that our tech support staff can give you guidance. Go here: codecrew.codewithchris.com. Thanks for learning with us! -Arthur
Hello, I am reading data and displaying them in List as you do in the video. However, I would like to implement a navigation link on each item in the list do display the info about the specific item. I am not really sure how to pass the current item's data to the destination of navigation link. Any idea? Thank you
Hello, kindly post your question in our CodeCrew forum so that our tech support staff can assist you. Go here: codecrew.codewithchris.com. Thank you! -Arthur
Thanks for amazing videos. I have a question if someone can help with it. I have a project which i want to push it on github. I am using firebase and cloud messaging for push notifications. So i want to hide my server key reference before uploading it to github. How should I proceed with it ? Thanks
Hello! Best to post your question and screenshots on our CodeCrew forum so that our technical support staff there can assist you. Go here: codecrew.codewithchris.com. Thank you! -Arthur
Hello Chris, Xcode is saying. "Cannot find "textfield" in scope" would you happen to know how to fix this? I am following another tutorial of your and running into this problem sometimes. thanks.
"Hello, you probably put the ""textfield"" variable that you are using inside a function or something.. this might be the reason why you cant use it anywhere else
- Francis"
Could you please show an instruction on how to actually update the data with new information instead of hardcoding the edit or merge part with a string? So that it can get new passed data from the text fields.
Thanks for great content as always!
Hello! Kindly post your question (and screenshots if needed) on our CodeCrew forum so that our technical support staff there can assist you. Go here: codecrew.codewithchris.com. Thanks for learning with us! -Arthur
Did you find a solution?
how can i only read 1 doc instead of all
Sorry, can you clarify your question? -Arthur
This was a great tutorial but the update data part was terrible. I thought you would show the data back in the text fields and then allow the user to edit and then save the data again.
i got error like "No exact matches in call to initializer" in ContentView folder when i add item as number format.
"Hello, some of the codes might have changed by now.. try checking the official documentation maybe they changed things around
- Francis"
Tak!
Why we need to perform all operation on main thread as @Published and @ObservedObject wont take care of that?
Hello, best if you consult our tech support for better guidance on this question. Go here: codecrew.codewithchris.com. Thank you! -Arthur
what keyboard do use?
We'll get back to you. :) -Arthur
@@CodeWithChris Thank you arthur ;)
Unfortunately an outdated tutorial now. They have changed things like firebase to firebaseCore, the code is different also for connecting to firebase. A lot of outdated information and I am not sure I would spend my time trying to follow this very closely anymore.
Hello bro i have some useful app idea will u create mine app
Hello, we don't make apps for others, unfortunately. But you can learn how to code yourself, yay! Go here: codewithchris.com/start :) -Arthur
@@CodeWithChris no no sir I don't mean it
@@CodeWithChris actually I want to know that can you creat apps
@@CodeWithChris plz replay me
W video
Thanks for watching! -Arthur