iOS Swift Tutorial: Cloud Firestore Database - Basics and Xcode Integration

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2017
  • Firestore is googles new and powerful cloud database. Learn what Firestore is and how to integrate the native iOS SDK into your Xcode projects.
    firebase.google.com/docs/fire...
    🛒 GAME DEVELOPMENT COURSE - JUST $20 🛒
    www.udemy.com/2d-games-with-s...
    👏 Support me on Patreon: / brianadvent
    🖥 www.swift-tutorial-conference.net
    ➡️ Podfile:
    bit.ly/2fKWpbh
    ➡️ Web: www.brianadvent.com
    ✉️ COMMENTS ✉️
    If you have questions about the video or Cocoa programming, please comment below.
  • แนวปฏิบัติและการใช้ชีวิต

ความคิดเห็น • 27

  • @hardipgajera2316
    @hardipgajera2316 4 ปีที่แล้ว

    thank you ! just amazing i watch many of video on firestore but i dont understand but in this video i learn something different

  • @alejandroandrade1715
    @alejandroandrade1715 6 ปีที่แล้ว +1

    My respects! Neat, time efficient and very clear. You are amazing!

  • @bigmtnstudio
    @bigmtnstudio 6 ปีที่แล้ว +1

    Thank you for this, Brian! Great intro to help us get started and setup.

  • @avischiffmann9551
    @avischiffmann9551 5 ปีที่แล้ว

    Exactly what I was looking for thank you!

  • @MarcosSuarezAyala
    @MarcosSuarezAyala 6 ปีที่แล้ว

    Thank you for this introductory video, simple and good explanation

  • @ushalive
    @ushalive 6 ปีที่แล้ว

    A succinct tutorial on Firestore Database. Thank you.

  • @WasimAlatrash
    @WasimAlatrash 6 ปีที่แล้ว +1

    Fastest tutorial ever! I was reading the title and wondering if it a mistake!

  • @arehsan623
    @arehsan623 6 ปีที่แล้ว

    Thanks, you're the best!

  • @robertlee1824
    @robertlee1824 6 ปีที่แล้ว

    Brian...Thank you. The documentation from Google was difficult to get to grips with to integrate. The best thing I've seen today was "Document was successfully created and written" Gracias de Nuevo

  • @alecsbuga
    @alecsbuga 6 ปีที่แล้ว +12

    Dude. You're fast

  • @Omeir34
    @Omeir34 6 ปีที่แล้ว

    That was quick!

  • @conorcurley6798
    @conorcurley6798 6 ปีที่แล้ว +3

    The firebase docs now say that you don't need to write "import Firestore" at the top of your appDelegate.swift file. Just for anyone who's wondering why they're getting an error.

  • @Ahmed-Salah87
    @Ahmed-Salah87 6 ปีที่แล้ว

    well done

  • @ftsemib
    @ftsemib 6 ปีที่แล้ว +1

    Amazing video, you explained very clear and concise as well. great video :)

  • @javierlizarazu7680
    @javierlizarazu7680 6 ปีที่แล้ว

    great tut. pod install won't work on my mac, get an error. my OS is High Sierra, xcode 9.2, what can i do?

  • @PanagiotisGoutzianas
    @PanagiotisGoutzianas 5 ปีที่แล้ว

    Hi i'm trying to add reviews to a controller and i would like to ask if i can use your way in the video.Is it going to work?

  • @lakshmikunchala6186
    @lakshmikunchala6186 6 ปีที่แล้ว

    Sir can you please provide Vedio on retrieving the data from firestore in another page using labels. (Like create profile and Edit profile)

  • @infinite5837
    @infinite5837 5 ปีที่แล้ว

    Anyone know how to remove the Protobuf warnings when installing the firestore pod?

  • @hassanaqibsium3216
    @hassanaqibsium3216 6 ปีที่แล้ว

    when i am clicking on Database option only Realtime DB appears no Firestore option... any solution???

  • @TheNovaOriginal
    @TheNovaOriginal 6 ปีที่แล้ว

    Hey Brian, what do u think about the limitations of 20.000 Indexes in a Document? For me I think it's the only downside of this DB Type... Or did u figure out a way to handle that limitation?
    I mean what if they want to store chats... Think about an App like WhatsApp that stores millions of chats and not just 20000. I really see some big troubles over here... Maybe I misunderstood something in the Docs? Or do u know if they change the Document limitations? They made a max size of 1MB per Document... Thats something that could drive you into big troubles in a world-class usage, or am I​ wrong?

  • @pori1030
    @pori1030 6 ปีที่แล้ว

    Firestore!

  • @sraldous
    @sraldous 6 ปีที่แล้ว

    Thanks! How do you Append data rather than setting which overwrites any data in the document with the new? and, can I have a sub collection inside a document? (in the web interface it looks like you can, but the SDK doesn't seem to allow it).

    • @g00dvibes47
      @g00dvibes47 6 ปีที่แล้ว

      you can't really... all you can do is replace the array with an array

  • @xuallen8626
    @xuallen8626 6 ปีที่แล้ว

    why I cannot download BoringSSL 9.0 in the pod file

  • @Ilyesbensalem91
    @Ilyesbensalem91 6 ปีที่แล้ว

    i got gRPC-Core error

  • @vincentyoumans
    @vincentyoumans 6 ปีที่แล้ว

    I followed your tutorial... but I am running into a strange problem. I posted it to stackoverflow...
    stackoverflow.com/questions/50101518/firestore-on-new-swift-project-firauth-getuid-implementation
    I get a ""Missing or insufficient permissions."" but i have my rules wide open
    anychance you could comment