何时/何地抛出这个"FirebaseRemoteConfigFetchThrottledException"?
不幸的是,我们通过将RemoteConfig保持在开发者模式来启动我们的应用程序 我们的一个应用程序工作正常,但另一个应用程序经常抛出此异常:
com.google.firebase.remoteconfig.FirebaseRemoteConfigFetchThrottledException
at com.google.firebase.remoteconfig.FirebaseRemoteConfig.zza(Unknown Source)
at com.google.firebase.remoteconfig.FirebaseRemoteConfig$1.zza(Unknown Source)
at com.google.firebase.remoteconfig.FirebaseRemoteConfig$1.onResult(Unknown Source)
at com.google.android.gms.internal.zzpt$zza.zzb(Unknown Source)
at com.google.android.gms.internal.zzpt$zza.handleMessage(Unknown Source)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5417)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
Run Code Online (Sandbox Code Playgroud) 有没有办法执行服务器端事件跟踪?
每次调用我的 Firebase 函数都必须经过多个步骤。我无法通过控制台日志监控它。实际上我需要在每周和每月结束时准备一份报告。
寻找更好的方法来做到这一点。除了 Google Analytics(分析)之外,还有什么更好的工具可用?
感谢你的帮助!
google-analytics firebase google-cloud-functions firebase-analytics
要启用InstantApp支持,我是否需要更改应用程序的" minSdkVersion "?
我正在使用"minSdkVersion = 15".