Firebase Analytics for iOS: Track User Behavior With Data-Driven Insights | Firebase Bootcamp #21

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 15

  • @captainmichaelj2321
    @captainmichaelj2321 8 месяцев назад

    I am just implementing Firebase Analytics, and this is the best video I have found so far. Absolutely stunning and this has given me all the visibility that was needed.

  • @josejaimefelixgarciagarcia8884
    @josejaimefelixgarciagarcia8884 2 месяца назад

    aw man, i needed the per user analytics

  • @andresraigoza2082
    @andresraigoza2082 Год назад

    Great overview! Thank you so much.

  • @gregas3068
    @gregas3068 Год назад

    Great video, again. ! question I have. You keep repeating how you are not a fan of singletons. What other way would you suggest to use all those manager classes?

    • @SwiftfulThinking
      @SwiftfulThinking  Год назад

      Dependency injection is usually the solution to avoid Singletons

  • @hakankorhasan43
    @hakankorhasan43 6 месяцев назад

    I am grateful for this training series. I will only use FirebaseAnalytics. However, when I include this library, all Firebase libraries are downloaded. It significantly increases my build time. Does FirebaseAnalytics use all these libraries? If not, which ones are necessary for Analytics? Can we remove the unnecessary ones?

  • @vahid5924
    @vahid5924 5 месяцев назад

    Where can I see event parameters value on Google Analytics console not debugview once i tapped on the button and logevent was triggered with parameters inside?

  • @yashpatil5946
    @yashpatil5946 8 месяцев назад +1

    firebase analytics is showing log events in Xcode console but not appearing in the firebase console, please help Sir

    • @FyT6oJIuCT
      @FyT6oJIuCT 2 месяца назад +1

      I have the same problem. Perhaps Nick could help us? 🙏

  • @davidhalascsak5540
    @davidhalascsak5540 Год назад

    Hey, I know it is not related to this video, but do you have any suggestion how to test Firestore? Currently, i am trying to mimic the functions with mock services, but it has its limitations.

  • @fre.helfer
    @fre.helfer Год назад

    I was in doubt about which events to register.
    I don't know if it is the same for you, but for me the system already logs when a button is pressed(user_engagement) and when a view is viewed(screen_view). So if I create a custom log I get duplicate information. Does it make sense for me to register every view that appears?

    • @SwiftfulThinking
      @SwiftfulThinking  Год назад

      I think most teams would prefer to have extra analytics and not need them, rather than the other way around

  • @AbhishekKumar8-t5y
    @AbhishekKumar8-t5y Год назад

    No such module 'FirebaseAnalytics'

    • @yashpatil5946
      @yashpatil5946 8 месяцев назад

      import FirebaseAnalytics by going to Targets > Frameworks,libraries

  • @mohammadsadman8567
    @mohammadsadman8567 5 месяцев назад

    Whenever i add firebase Analytics i get this error i have tred withoutadid also. Stuck here for days. Failed to load Info.plist from bundle at path /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.bg2GGx/extracted/FitLifee.app/Frameworks/GoogleAppMeasurementIdentitySupport.framework; Extra info about "/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.bg2GGx/extracted/FitLifee.app/Frameworks/GoogleAppMeasurementIdentitySupport.framework/Info.plist": Couldn't stat /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.bg2GGx/extracted/FitLifee.app/Frameworks/GoogleAppMeasurementIdentitySupport.framework/Info.plist: No such file or directory