NativeScript / firebase

Modular Firebase 🔥 implementation for NativeScript. Supports both iOS & Android platforms for all Firebase services.
https://docs.nativescript.org/plugins/firebase-core.html
Apache License 2.0
52 stars 46 forks source link

[@nativescript/firebase-performance][android] Not monitoring network requests #258

Open Semurak opened 1 month ago

Semurak commented 1 month ago

Network request are not monitored on android and won't show up, iOS works.

Probably something is missing of step 2: https://firebase.google.com/docs/perf-mon/get-started-android#add-perfmon-plugin

Semurak commented 1 month ago

Fixed it by adding:

apply plugin: 'com.google.firebase.firebase-perf'

to the top of my app.gradle.

In my opinion, this should be done by the package