Lately I've been getting quite some of these crashes:
java.lang.Exception: InitializationException : Firebase modules failed to initialize: remote_config (missing dependency)
at Firebase.FirebaseApp.CreateAndTrack(Firebase.FirebaseApp)
at Firebase.FirebaseApp.Create(Firebase.FirebaseApp)
at Firebase.FirebaseApp.get_DefaultInstance(Firebase.FirebaseApp)
at Firebase.Analytics.FirebaseAnalytics..cctor(Firebase.Analytics.FirebaseAnalytics.)
at Titan.Managers.GameManager.Awake(Titan.Managers.GameManager)
On Awake I'm only calling this: Firebase.Analytics.FirebaseAnalytics.SetUserId(udid);
Does anyone know what might be the problem here? We were also unable to reproduce this issue.
it can be cause because you are testing an emulator doen't have google api (google play services) installed, check that you choose an image with google api or you have an old Google play services (below 9.0.0)
来源:https://stackoverflow.com/questions/43273647/firebase-modules-failed-to-initialize-remote-config-missing-dependency