Firebase modules failed to initialize: remote_config (missing dependency)

穿精又带淫゛_ 提交于 2019-12-10 11:43:18

问题


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.


回答1:


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!