-
-
Notifications
You must be signed in to change notification settings - Fork 107
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.
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: