firebase
firebase copied to clipboard
[@nativescript/firebase-performance][android] Not monitoring network requests
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
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