Open
Description
But I think we should use lazy initialization here, like this:
why do i report this issue:
we hava a analytics wrapper for FirebaseAnalytics, and there is a static map here:
but when we use the public static member of FirebaseAnalytics, it constructs a FirebaseApp first, which is not expected, due to the static member FirebaseAnalytics.app
(As you say, we must check dependencies first, then construct the app~)