Building a Todo List App Using Firebase and SwiftUI Part 1

Поділитися
Вставка
  • Опубліковано 16 вер 2024
  • In this video, Mohammad Azam will demonstrate how to get started with integrating Firebase with SwiftUI application. Azam will show how to configure Firestore database and perform create and fetch operations.
    GitHub: github.com/aza...
    If you want to support my work then please consider buying one of my courses below. The links below already have coupons attached which will give you the best deal possible. Thank you for your support!
    Patreon
    / azamsharp
    Server Side Swift Using Vapor 4
    www.udemy.com/...
    Testing iOS Apps - Behavior Driven Development Using Swift
    www.udemy.com/...
    Machine Learning and Artificial Intelligence Using Swift
    www.udemy.com/...
    SwiftUI - Declarative Interfaces for any Apple Device
    www.udemy.com/...
    Flutter and Dart - Build Apps Using MVVM Design Pattern
    www.udemy.com/...
    Mastering RxSwift in iOS
    www.udemy.com/...
    MVVM Design Pattern Using Swift in iOS
    www.udemy.com/...
    Mastering ARKit for iOS
    www.udemy.com/...
    Intermediate and Advanced iOS - Build Real World Apps
    www.udemy.com/...
    The Complete Guide to JSON Parsing in Swift
    www.udemy.com/...
    Data Structures and Algorithms in Swift
    www.udemy.com/...
    Design Patterns in iOS Using Swift
    www.udemy.com/...
    Mastering MapKit for iOS
    www.udemy.com/...
    Machine Learning in iOS Using Swift
    www.udemy.com/...
    Mastering Firebase for iOS Using Swift
    www.udemy.com/...
    Mastering Server Side Swift Using Vapor 3
    www.udemy.com/...
    NodeJS - The Complete Developer Bootcamp
    www.udemy.com/...
    The Complete Guide to Lean Controllers in iOS
    www.udemy.com/... Check out my courses at
    azamsharp.school/

КОМЕНТАРІ • 17

  • @joeprince7509
    @joeprince7509 4 роки тому +1

    Great and simple explanation, thank you for breaking down into manageable pieces.

  • @rolandj727
    @rolandj727 3 роки тому

    My SimpleTODO.xcworkspace SwiftUI file does not show the file AppDeligate.swift .so I am stuck

    • @azamsharp
      @azamsharp  3 роки тому

      You don’t need App Delegate. Use the App file. And if you need to setup anything then setup in App file initializer

  • @haroldabella2041
    @haroldabella2041 4 роки тому

    question sir. I have a problem with Firesbase Firestore. sometimes when data loads it will shows data twice. I'm using ForEach to list all of the data but sometimes it will load twice

    • @azamsharp
      @azamsharp  4 роки тому

      Make sure to empty the list before populating.

  • @toanuk
    @toanuk 4 роки тому

    It is a great. Step by step.
    I have problem with cocoapds with Firebase.
    At 7:15 video.
    How to install podfile for firebase. You text file to do it.

    • @azamsharp
      @azamsharp  4 роки тому

      You will need to install cocoapods.org/

  • @ramunas_
    @ramunas_ 4 роки тому

    @azamsharp You should use FirebaseFirestoreSwift and stop using dictionary parsing.

    • @azamsharp
      @azamsharp  4 роки тому

      Ramūnas I explained multiple times in the video why I am using dictionary. Did you watch the whole video?

    • @ramunas_
      @ramunas_ 4 роки тому

      azamsharp I was watching by skipping some parts as I have experience how to use Firebase. Could you please tell me at which time did you explained it?

    • @azamsharp
      @azamsharp  4 роки тому +1

      Ramūnas it was throughout the video, I mentioned the reason of why we are using the dictionary

  • @bitsurfer0101
    @bitsurfer0101 2 роки тому

    If you have a list of items which are of different types (i.e. Int, String, and Bool for example), you would need to define the dictionary in a class somehow?

    • @azamsharp
      @azamsharp  2 роки тому

      Property in a class of type enumerated maybe

  • @toanuk
    @toanuk 4 роки тому

    How about delete a task. Function delete()
    Please show me how is it work?

    • @azamsharp
      @azamsharp  4 роки тому

      toanuk yes that will be in next video