hasura_firebase_performance

Last updated:

0 purchases

hasura_firebase_performance Image
hasura_firebase_performance Images
Add to Cart

Description:

hasura firebase performance

Hasura Firebase Performance








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





Report Bug
ยท
Request Feature













Table of Contents


About The Project

Sponsors



Getting Started

Contributing
License
Contact




About The Project #



Hasura's Interceptor implementation that sends http request metric data to Firebase.
(back to top)

Sponsors #



(back to top)


Getting Started #
To install Hasura Connect and Hasura Firebase Performance in your project you can follow the instructions below:
a) Add in your pubspec.yaml:
dependencies:
hasura_connect: <last version>
hasura_firebase_performance: <last version>
copied to clipboard
b) or use slidy:
slidy install hasura_connect, hasura_firebase_performance
copied to clipboard
(back to top)

How To Use #
A simple usage example:
//import
import 'package:core_module/core_module.dart';
import 'package:hasura_connect/src/presenter/hasura_connect_base.dart';

class MockHasuraService implements IHasuraService{
HasuraConnect _connect;

MockHasuraService(){
_connect = HasuraConnect("https://meuHasura.com.br/v1/graphql", interceptors: [HasuraPerformanceInterceptor()
]);
}

@override
HasuraConnect get connection => _connect;
}
copied to clipboard
final _hasuraConnect = HasuraConnect();
final hasuraPerformanceInterceptor = HasuraPerformanceInterceptor()

_hasuraConnect.interceptors.add(hasuraPerformanceInterceptor);
copied to clipboard
_For more examples, please refer to the ๐Ÿšง Documentation - Currently being updated ๐Ÿšง .
(back to top)

Features #

โœ… Sends http request metric data to Firebase.

Right now this package has concluded all his intended features. If you have any suggestions or find something to report, see below how to contribute to it.
(back to top)

Contributing #
๐Ÿšง Contributing Guidelines - Currently being updated ๐Ÿšง
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the appropriate tag.
Don't forget to give the project a star! Thanks again!

Fork the Project
Create your Feature Branch (git checkout -b feature/AmazingFeature)
Commit your Changes (git commit -m 'Add some AmazingFeature')
Push to the Branch (git push origin feature/AmazingFeature)
Open a Pull Request

Remember to include a tag, and to follow Conventional Commits and Semantic Versioning when uploading your commit and/or creating the issue.
(back to top)

License #
Distributed under the MIT License. See LICENSE.txt for more information.
(back to top)

Contact #
Flutterando Community

Discord
Telegram
Website
Youtube Channel
Other useful links

(back to top)

Contributors #





(back to top)

Maintaned by #







Built and maintained by Flutterando.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.