问题标签 [firebase-performance]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 找不到 com.google.firebase:crash-plugin:1.1.0
我想尝试一下 firebase 性能,但是当我添加类路径时出现此错误。
android - Cannot find the firebase:crash-plugin:1.1.0
I have been trying to add the firebase performance dependency, I followed Get Started with Firebase Performance Monitoring for Android guide
I have added in the top gradle file the classpath 'com.google.firebase:firebase-plugins:1.1.0'
and the jcenter()
repository.
But I am getting the following error that the com.google.firebase:firebase-plugins:1.1.0
dependency cannot be found.
Also I have the latest version of the google play services(40) and the google repository(51) installed.
Here is my top build.gradle
file:
Here is the error message:
firebase - 无法在 Android 上安装 Firebase 性能监控 SDK
我已经完成了这里提到的所有必要步骤https://firebase.google.com/docs/perf-mon/get-started-android之后,当我尝试构建项目时,它给了我这个错误
firebase - Firebase 抛出错误的 Pod 更新
我正在尝试安装 Firebase Performance SDK 并按照他们在网站上的说明进行操作:
https://firebase.google.com/docs/perf-mon/get-started-ios
当我运行 pod install 步骤时,它给了我以下错误:
podfile 所需的 firebase 性能
我运行 pod update 命令,一切都在 pod install 上运行,但是当我打开我的工作区时,我在 swift 中遇到如下错误:
- FIRDatabaseReference 已重命名为 DatabaseReference
- FIRDatabase 已重命名为 Database
- FIRFirebase.database().reference 现在是 Database.database.reference
然后给出错误
- 数据库没有成员引用
是什么赋予了!?有没有人在使用 Firebase 更新他们的 podfile 后遇到这些错误!?
Pod 文件是这样的:
android - 使用 Google Play 服务 10.2.98 的 API 19 中的 Firebase 性能崩溃
本周我开始在我的新应用中测试新的 Firebase 性能。一旦我将 Firebase 用于 Auth 和 DB 等其他功能,我已经将所有软件包更新到最新的 10.2.6 Firebase 版本并遵循所有 pre req 说明。
minAPI 是 19。
我的问题是应用程序仅在运行 Android 4.4.1 的真实 Galaxy Duos 设备中使用 Google Play 服务 10.2.98 在 API 19 中崩溃。当应用程序启动时,它在设备中找不到 firebase-perf。
这只发生在这个包中,在其他设备和更高版本中一切都很好,我可以在 Firebase Performance Dashboard 中看到数据。
提示 ?
下面的堆栈跟踪
问候,
android - Firebase 性能测试版/插件构建问题
集成在 I/O 2017 期间发布的当前 Android Firebase 性能监控(测试版)版本时,如下所示...
添加到项目 build.gradle:
添加到应用程序 build.gradle:
您可能会遇到以下构建错误。
这是由于Guava依赖不匹配造成的,可以通过如下方式解决,通过修改项目build.gradle如下:
Firebase 团队已意识到此问题,提出了上述解决方法,并将在未来的版本中进行修复。
把它放在那里是为了帮助其他人挠头。
android - 带有firebase性能监控的android中的HTTPS连接
我刚刚在我的 android 应用程序中集成了 firebase 性能监控。
在我们的基础架构中,有时我们需要通过 https 连接到本地开发机器,我使用这段代码来避免在连接到本地机器时检查 ssl 证书
显然我们不会在生产中使用它:)
问题是,自从我引入了firebase性能监控插件,这不再起作用了,我得到了这个错误
正如您在突出显示的 2 行中看到的那样,它看起来像是在 HttpsUrlConnection 实现中做了一些事情,我认为这是问题的原因。我尝试FirebasePerformance.getInstance().setPerformanceCollectionEnabled(false);
在我的应用程序的 onCreate 方法上使用,但问题仍然存在。如何在安装了 firebase 性能插件的情况下建立不受信任的 https 连接?
谢谢你
android - 序列化为字节数组引发 IOException(永远不会发生)
我从一位用户那里收到了这个新错误。这发生在我使用新的 11.0.0 Play Services 推送应用程序时。
我不知道要开始。
android - Firebase 性能监控问题
我根据文档启用了 Firebase 性能监控 - https://firebase.google.com/docs/perf-mon/get-started-android
我在我的 app/build.gradle 中包含了 compile 'com.google.firebase:firebase-perf:10.2.6'。我正在使用谷歌播放库 11.0.0
但是,当我启动我的应用程序时,我得到以下异常。
firebase - 无法在控制台上看到 Firebase 性能仪表板
我最近在我的 android 应用程序中添加了 firebase 性能,已经 2 天了,我在 firebase 控制台上没有看到任何更新。我能够在控制台和日志猫上看到崩溃、分析。我还在 log cat 中看到了 firebase 性能自定义跟踪,但是我在控制台上看不到那些更新。有什么我想念的吗?
以下是日志猫的日志:
06-16 07:07:33.511 2325 3121 I FirebasePerformance:记录 TraceMetric - test_trace 1678ms 06-16 07:08:13.726 2325 2325 D FirebasePerformance:onActivityStopped _fs:63836414 06-16 07:08:13.776 跟踪 232 - _fs 63836ms 06-16 07:08:16.999 2325 2325 D FirebasePerformance: onActivityResumed _bs:3272685 06-16 07:08:16.999 2325 3787 I FirebasePerformance: Logging TraceMetric - _bs 3272ms 06-16 07:08:47.439 2325 2325 D FirebasePerformance : onActivityStopped _fs:30441313 06-16 07:08:47.443 2325 4259 I FirebasePerformance: Logging TraceMetric - _fs 30441ms 06-16 07:20:28.401 2325 2325 D FirebasePerformance: onActivityResumed _bs:700961680 06-16 07:20:28.414 2325 13828 I FirebasePerformance:记录 TraceMetric - _bs 700961ms 06-16 07:20:31.903 2325 2325 D FirebasePerformance:onActivityStopped _fs:3486772 06-16 07:20:31.909 2325 13828 I FirebasePerformance:记录 TraceMetric - _fs 3486ms