You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(analytics): coerce all number params from js double to native integral
previously quantity was handled, and a new PR proposed to handle index as well,
but there was a significant list of params that needed JS double -> native integral
handling
additionally the level end "success" param could never have worked as it was a string
in JS level when firebase-js-sdk has it as a boolean, and in native it is also an integral
value - so attempting to use a string natively as before would never register in analytics
Copy file name to clipboardExpand all lines: packages/analytics/android/src/reactnative/java/io/invertase/firebase/analytics/ReactNativeFirebaseAnalyticsModule.java
0 commit comments