On iOS extensions (iMessage and Keyboard) the numbers of Firebase DAU looks wrong.
I've compared them with Fabric DAU and the discrepancy is 10x lower in Firebase vs Fabric. I know they are different product etc, but the strange part is that on the main app the numbers are almost exactly the same.
Moreover, I've been checking some of the main app events that should trigger a user_engagement event.
session_start (automatically fired by Firebase), compared to the number of users that triggered that event result to be 15x bigger than the DAU.
While on the main app DAU and users triggering the session_start is the same number.
Observing the live stream you can noticed the the user_engagement is almost never fired on iMessage extension.
Internally tracked at b/131333733
Hi @paulb777!
Please feel free to reach me if you need any more informations. As Fabric will be gone soon, we are actively looking to find a solution for this issue.
Thank you for your help!
Hi @giorgia FirebaseAnalytics is not currently supported with iOS extensions. There are some details at https://firebase.google.com/docs/projects/multiprojects.
Hi @paulb777, thank you for your answer.
Is there any plan to support them in the near future? If so will that be available before Fabric sunset?
Thank you
@giorgia It's an open question that we're working to resolve.
@paulb777 Any updates of this question? Since Google Analytics is sunsetting, we're also looking for a solution to replace the GA SDK
Thanks!
Hi @paulb777 we recently noticed a spike in our extension data ~mid september - wondering if a fix was made for this issue that would cause the extensions to more consistently be tracked and therefore we would see a spike. CC @giorgia
Allen, can you answer @JessicaGiphy's question?
@JessicaGiphy we have not made any changes concerning extensions on the SDK.
Thanks for the quick response
@paulb777 is it true that app extensions for iOS are still not supported for Firebase Analytics (and hence Crashlytics)? This seems like a BIG deal, as many, many apps have app extensions that need to be monitored for analytics and crashes.
@inPhilly Firebase Analytics does not support iOS extensions.
Based on https://stackoverflow.com/questions/27146019/how-to-use-crashlytics-with-ios-os-x-today-view-extensions, it looks like Crashlytics does have extension support. Presumably Crashlytics will work with the exception of its features that depend on Analytics.
Please open a separate issue for Crashlytics and extensions if you'd like to follow up in more detail.
Crashlytics is what I cannot get verified for the app extension. Firebase picks up the plist file for the regular app first when running the app extension, throws an error because if this, and can’t see the file for the app extension. The app extension must be a separate app in firebase as it has a separate bundle id in Xcode; hence it has its own plist file with its own bundle id; but when running an app extension, for some reason, firebase picks up the regular app’s file and not the app extension’s file. I have pored over all of your documentation (months ago, gave up, came back again this weekend to give it another go in case you had fixed the errors - they have not been fixed) - and there is no way to do this listed anywhere. One project, two apps (one the regular app/appId and one the extension app/appId), and two plist files with the same name but different bundleIds and firebase app ids. Try it yourself and please point me to a working example anywhere on the web if I am wrong. Please - point me to some way to get my app extension verified in firebase for even Crashlytics alone.
On Jan 4, 2020, at 10:29 AM, Paul Beusterien notifications@github.com wrote:

@inPhilly Firebase Analytics does not support iOS extensions.Based on https://stackoverflow.com/questions/27146019/how-to-use-crashlytics-with-ios-os-x-today-view-extensions, it looks like Crashlytics does have extension support. Presumably Crashlytics will work with the exception of its features that depend on Analytics.
Please open a separate issue for Crashlytics and extensions if you'd like to follow up in more detail.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
@inPhilly Understood. And sorry to hear about how challenging this is.
Please make an issue specific to Crashlytics so we can route a succinct issue to that team. This issue is about Analytics.
@paulb777 can analytics handle this job or not? in iOS extensions now
@slatop As pointed out above, Firebase Analytics does not currently support iOS extensions.
@paulb777 Thank you. When can I use firebase in the extension. I have a keyboard extension project that needs analytics support after fabric fails. Very urgent. please . please. please
@slatop Sorry, it's on the list of requested features but support isn't planned in the near future.
Any news on this? Its been a year and a half since it was reported...
Every good app nowadays has at least one extension, meaning broken analytics is a real deal breaker.
Most helpful comment
@giorgia It's an open question that we're working to resolve.