-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Can't log certain properties with analytics().logBeginCheckout #3681
Comments
Hello 👋, to help manage issues we automatically close stale issues.
|
Closing this issue after a prolonged period of inactivity. If this is still present in the latest release, please feel free to create a new issue with up-to-date information. |
this still reproduced on |
https://github.com/invertase/react-native-firebase/blob/master/CHANGELOG.md#1140-2021-04-29 Yet people are now actually including prices ? https://github.com/invertase/react-native-firebase/pull/5232/files is it working, or is it not? 🤔 |
same issue. |
@habeebtheprogrammer please open a new issue if you have a reproduction. This one is closed |
Issue
If
items
attribute is present inanalytics().logBeginCheckout()
the following error is thrown:[Error: firebase.analytics().logBeginCheckout(*): unknown property 'items'.]
items
should be an accepted parameter according to Google, here and hereBy checking your docs, I have also found out that
coupon
parameter should be accepted.Project Files
Javascript
Click To Expand
package.json
:# N/A
firebase.json
for react-native-firebase v6:# N/A
iOS
Click To Expand
ios/Podfile
:# N/A
AppDelegate.m
:// N/A
Android
Click To Expand
Have you converted to AndroidX?
android/gradle.settings
jetifier=true
for Android compatibility?jetifier
for react-native compatibility?android/build.gradle
:// N/A
android/app/build.gradle
:// N/A
android/settings.gradle
:// N/A
MainApplication.java
:// N/A
AndroidManifest.xml
:<!-- N/A -->
Environment
Click To Expand
react-native info
output:react-native-firebase
version you're using that has this issue:Firebase
module(s) you're using that has the issue:TypeScript
?React Native Firebase
andInvertase
on Twitter for updates on the library.The text was updated successfully, but these errors were encountered: