Getting started with Firebase on Apple platforms

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 56

  • @AkimboFennec
    @AkimboFennec 5 місяців тому +2

    Thank you google for taking the time to give us video walkthroughs of how to setup this stuff and explaining it simply. Greatly appreciated. Many developers are too lazy to explain in details how their apis work. Thank you from the bottom of the heart of the entire developer community

  • @freesniper237
    @freesniper237 Місяць тому +1

    Très bonne manière et vidéo bien clair expliquant l'expédition.

  • @santhoshVnair
    @santhoshVnair Рік тому +3

    Sample provided, do not work on MacOs, because - UIApplicationDelegate is available only on iOS. Understand that, delegate based lifecycle is not required for all features. So, a table showing what Firebase features require delegate based lifecycle and an alternate example with out using the delegate based lifecycle could be better.

  • @kevinparker825
    @kevinparker825 Рік тому +2

    Umm, I'm more interested in how much of our proprietary information Google sucks out of our apps, I've been installing the firebase-ios-sdk for over 5 minutes now, seems like it has every type of deep introspection imaginable in one neat package.

  • @SHOLINGER
    @SHOLINGER Рік тому +8

    wow, it was so simple and smooth.
    And it was not boring but cool way of teaching .
    Nice .

  • @anthonyhowell5809
    @anthonyhowell5809 5 місяців тому

    "if your app is written in objective C or you just happen to really like square brackets" i am DEAD. thank you brother. we needed this humor

  • @oskrm
    @oskrm 2 роки тому +6

    Hi, Please add Firestore/Realtime search functionality.

    • @PeterFriese
      @PeterFriese 2 роки тому +1

      Hi - thanks for your feature request. For the time being, both the Search Firestore with Typesense (firebase.google.com/products/extensions/typesense-firestore-typesense-search) and Search with Algolia (firebase.google.com/products/extensions/algolia-firestore-algolia-search) extensions might be what you're looking for.

  • @benjaminfox7105
    @benjaminfox7105 Рік тому +4

    Heya Peter,
    Thanks ever so much for this basic introduction 🙂
    I'm a Registered Nurse that is dabbling in IOS code to create some apps to help my fellow health professionals, be quicker, smarter and safer.
    Starting with IOS first, but will later look down the track at Android/Kotlin and maybe Flutter/Dart.
    So much to learn! aarrggghhh! Thanks again for your great video

    • @PeterFriese
      @PeterFriese Рік тому +1

      Hey Benjamin, thanks for the kind words, and kudos for learning to code. I agree - there is so much to learn, I've found it useful to pick one area and then focus on that until you feel more confident to move on. Keep it up, and all the best for the app!

    • @benjaminfox7105
      @benjaminfox7105 Рік тому

      @@PeterFriese Thanks for your kind words Peter! :-) I've gone through a bit of your content now. You present really clearly! thank you!

  • @Daniel-nj1cy
    @Daniel-nj1cy 3 місяці тому +1

    This explanation is so well done, thank you very much!

  • @lincolndickerson1293
    @lincolndickerson1293 Рік тому +2

    Curious why you don’t use init() { firebaseApp.configure } within the @main struct instead of doing the creating the AppDelegate class?

    • @PeterFriese
      @PeterFriese Рік тому

      twitter.com/peterfriese/status/1530103025557184513 - essentially, both work, but if you use FCM and / or Phone Number Auth, you will need to use the AppDelegate. We decided it we told people to use the approach that works for all situations.

  • @twizzlestix9309
    @twizzlestix9309 Рік тому +1

    Fantastic video, clear explanation and delivery. Wouldn't expect much less from Google but this is super helpful to learn these products the right way.

  • @steam9583
    @steam9583 Рік тому +2

    Can’t wait the next😂
    Hope the MFA implementation case on UA-cam soon.

  • @TheRubiosMusic
    @TheRubiosMusic 2 роки тому +2

    I hate to be such a novice, but what is that IDE you are using here? Can I use the same IDE for Android and Apple?

    • @PeterFriese
      @PeterFriese 2 роки тому +1

      I use Xcode - this is Apple's IDE for developing iOS/macOS/watchOS/tvOS apps. For Android development, I would recommend Android studio.

  • @anthonyhowell5809
    @anthonyhowell5809 5 місяців тому

    Thank you so much for taking time out to explain to us how this works. Fantastic video we are all very grateful.

  • @semo-s1m
    @semo-s1m 8 місяців тому +1

    Tried to follow the instructions on my new Mac M3. And read the Online Firebase doc. "UIApplicationDelegate" not found. I don't know how to solve that, coming from a Java and Linux world with IntelliJ. Seems that Xcode is not so helpful. Has anyone some Pointers for me?

    • @semo-s1m
      @semo-s1m 8 місяців тому

      I guess it's a Problem to load a UIKit, when there's no iOS SDK installed or when I try to develop a macOS Application, instead of an iPhone App. So Firebase cannot be used?

    • @AkimboFennec
      @AkimboFennec 5 місяців тому

      To be honest no idea how to help you

  • @vladyslavyermolin8912
    @vladyslavyermolin8912 Рік тому +1

    Would be great to have a version for React Native. Thanx!

  • @abcq1
    @abcq1 2 роки тому +2

    Hi there. Can somebody explain to what's the exact difference between calling getAuth() with an app parameter (like getAuth(app)) and doing so without any?

    • @PeterFriese
      @PeterFriese 2 роки тому +1

      Hi Emil - sure! Calling Auth.auth() will use the default Firebase instance, whereas Auth.auth(app: someApp) will use a secondary app. This is useful if you want to connect to two different Firebase projects. See this gist for a code snippet that shows how to do this: gist.github.com/peterfriese/24657cd715f04adffe8dc3a0537b06ae
      BTW, Auth.auth() uses Auth.auth(app:) under the hood - see the source code here: cs.opensource.google/firebase-sdk/firebase-ios-sdk/+/master:FirebaseAuth/Sources/Auth/FIRAuth.m;l=450?q=authWithApp&ss=firebase-sdk%2Ffirebase-ios-sdk

    • @abcq1
      @abcq1 2 роки тому +2

      @@PeterFriese thank you so much

  • @lglf77
    @lglf77 2 роки тому +1

    Como limitar para máximo 2 contas de registro de usuário para cada smartphone? É possível isso em todos as versões de Android?

  • @alphonsosensleyii7630
    @alphonsosensleyii7630 Рік тому +2

    Great introductory video! Any resources on using Firebase Cloud Functions with my iOS App? I want to be able to send a push notification whenever a certain node changes in the database. I have set up push notifications, but having a difficult time writing the cloud functions which I think are required for the functionality I am looking for. Any resources will be greatly appreciated!

    • @PeterFriese
      @PeterFriese Рік тому +1

      Great suggestion - I've got a Fundamentals video about Cloud Functions and iOS in the pipeline.

  • @wayne_george
    @wayne_george 5 місяців тому

    Thanks for this. Very clear and easy to follow!

  • @ramgopalnalluri
    @ramgopalnalluri 2 роки тому +2

    Thanks

  • @sloniklovemachine2509
    @sloniklovemachine2509 5 місяців тому

    Must I have Apple Dev account for it?
    It is not clear

  • @joshwalton1898
    @joshwalton1898 Рік тому +1

    I’m a fan of Objective C!

  • @plozano85
    @plozano85 Рік тому +1

    What program were you using at 6:20 to get the name?

  • @thomaswaldorf2829
    @thomaswaldorf2829 9 місяців тому

    Everthing was great but XCode can not find FirebaseCore for import. :(

  • @isaacpearson1027
    @isaacpearson1027 Рік тому

    Hi Peter, when I go to paste the code into the entry point, I get the following error "no such module FirebaseCore" - could you tell me how to fix this please?

    • @PeterFriese
      @PeterFriese Рік тому

      Hi Isaac, are you on the latest version of the Firebase SDK?

    • @isaacpearson1027
      @isaacpearson1027 Рік тому

      @@PeterFriese Hi Peter, I found the problem. Thanks for replying!

  • @sipanhazim4128
    @sipanhazim4128 2 роки тому +1

    Real time listeners cache is not correct .. please make episode on cache !

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

      Hi Sipan, can you provide more detail what you mean by “real time listeners cache is not correct”? If you think you might have run into a bug, the best way to get it fixed is to file an issue on our GitHub issue tracker.

  • @kikoololdewow
    @kikoololdewow Рік тому

    thx

  • @hawarhekmat1174
    @hawarhekmat1174 2 роки тому +4

    Cool, and cool and even cooler 😎

    • @Firebase
      @Firebase  2 роки тому +1

      We're so glad you enjoyed the video, Hawar!
      Be sure to check out the links in the description for even more great tips and tutorials.
      Happy learning 😎

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

      @@Firebase always doing it, firebases FCM for flutter is awesome but it missing some features, notification channel create, custom sound not playing , notification actions, etc.

  • @alizatanti1771
    @alizatanti1771 2 роки тому +1

    Amen 🙏🙏🙇🙇 Alisa

  • @yashguma
    @yashguma Рік тому +1

    Delicious

  • @arifulislamleeton
    @arifulislamleeton Рік тому +1

    Introduce myself my name is Ariful Islam leeton im software engineer and members of the international organization who and investors

  • @emdutt4012
    @emdutt4012 Рік тому +1

    2022-12-25 21:14:58.075398-0800 demo[20481:125126] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)")
    2022-12-25 21:14:58.075484-0800 demo[20481:125126] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)")
    2022-12-25 21:14:58.075551-0800 demo[20481:125126] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)").. when run the app it appears. is it any error..

    • @jemmytech5474
      @jemmytech5474 Рік тому +1

      just import app config in info.plist