pub async fn initialize_performance(
app: FirebaseApp,
settings: Option<PerformanceSettings>,
) -> PerformanceResult<Arc<Performance>>Expand description
Initializes the performance component with explicit settings (akin to the
JS SDK’s initializePerformance). Subsequent calls with a different
configuration will fail.