-
As Firebase docs describes, is possible to set some default event parameters, but a didn't find any mention of it in react-native-firebase docs, is it possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Interesting! I see this was added here:
So the underlying SDKs added that feature in minimum versions we already require but we haven't had any PRs here to wrap that feature and expose it here If you wanted to propose something I'd happily merge it in - believe it or not, development on this module isn't too hard, if you
When you run that with I consider that "the workbench all set up with tools laid out" mode :-), at that point you have super focus on your area and you just code up one native bit, re-running it until it works via the test, then code up the other one, add it to the types in the index.d.ts file and it's ready For analytics features even for a first time contributor might not take more than an hour or two? If you post any progress as a PR (even in draft form) I will happily work with you to get it to work |
Beta Was this translation helpful? Give feedback.
Interesting! I see this was added here:
So the underlying SDKs added that feature in minimum versions we already require but we haven't had any PRs here to wrap that feature and expose it here
If you wanted to propose something I'd happily merge it in - believe it or not, development on this module isn't too hard, if you