-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(performance): add missing methods (e. g. setAttribute(...)
, getAttribute(...)
)
#505
Comments
/attempt #505 |
Let me know when to move ahead |
@triyam Thank you for your willingness! Unfortunately, I can't assign you the issue as it seems you have little experience in developing Capacitor plugins so far (your changes in |
Its okay I can understand |
Implement all method definitions on the web.
Change return of getAttributes on the web.
Refactor helper methods into separate class.
Remove record implementation from android.
Remove record implementation from ios.
Update method definitions.ts for record.
Remove none return type from methods.
Remove throwing error when trace does not exist.
…ttribute(...)) (#770) * feat(performance): add missing methods (#505) Add method definitions. * feat(performance): add missing methods (#505) Implement all method definitions on the web. * feat(performance): add missing methods (#505) Update definitions. * feat(performance): add missing methods (#505) Change return of getAttributes on the web. * feat(performance): add missing methods (#505) Implement all methods on ios. * feat(performance): add missing methods (#505) Add since attribute to definitions. * feat(performance): add missing methods (#505) Implement new methods on android. * feat(performance): add missing methods (#505) Add changeset * feat(performance): add missing methods (#505) Remove classes and update types. * wip * feat(performance): add missing methods (#505) Refactor helper methods into separate class. * feat(performance): add missing methods (#505) Remove record implementation from android. * feat(performance): add missing methods (#505) Remove record implementation from ios. * feat(performance): add missing methods (#505) Update method definitions.ts for record. * feat(performance): add missing methods (#505) Remove none return type from methods. * feat(performance): add missing methods (#505) Remove throwing error when trace does not exist. --------- Co-authored-by: Robin Genz <mail@robingenz.dev>
Plugin(s)
Current problem
The Firebase Performance Monitoring plugin currently lacks support for the following methods:
putAttribute(...)
getAttribute(...)
getAttributes(...)
removeAttribute(...)
putMetric(...)
getMetric(...)
record(...)
Note: Not all methods are available on all platforms.
Preferred solution
Add support for the missing methods for Android, iOS and Web to the plugin.
Alternative options
No response
Additional context
Before submitting
The text was updated successfully, but these errors were encountered: