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.
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?
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?
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?
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.
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?
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
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.
aw man, i needed the per user analytics
Great overview! Thank you so much.
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?
Dependency injection is usually the solution to avoid Singletons
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?
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?
firebase analytics is showing log events in Xcode console but not appearing in the firebase console, please help Sir
I have the same problem. Perhaps Nick could help us? 🙏
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.
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?
I think most teams would prefer to have extra analytics and not need them, rather than the other way around
No such module 'FirebaseAnalytics'
import FirebaseAnalytics by going to Targets > Frameworks,libraries
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