hasura_firebase_performance

Hasura connect Interceptor implementation that sends querys metric data to Firebase.

Getting Started

image

Description

Hasura's Interceptor implementation that sends http request metric data to Firebase.

Usage

 final _hasuraConnect = HasuraConnect();
 final hasuraPerformanceInterceptor = HasuraPerformanceInterceptor()
_hasuraConnect.interceptors.add(hasuraPerformanceInterceptor);
Issues and feedback

Please file issues to send feedback or report a bug. Thank you!