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
I’m facing an issue on iOS. When I trigger the purchase event, the Firebase dashboard shows purchase event twice, as you can see in the two screenshots I’ve attached. This is happening in both debug and release modes.
# Resolve react_native_pods.rb with node to allow for hoistingrequirePod::Executable.execute_command('node',['-p','require.resolve( "react-native/scripts/react_native_pods.rb", {paths: [process.argv[1]]}, )',__dir__]).stripplatform:ios,'15.1'prepare_react_native_project!linkage=ENV['USE_FRAMEWORKS']iflinkage != nilPod::UI.puts"Configuring Pod with #{linkage}ally linked Frameworks".greenuse_frameworks!:linkage=>linkage.to_symendtarget'redtag'doconfig=use_native_modules!use_frameworks!:linkage=>:static
$RNFirebaseAsStaticFramework =true
$RNAppsFlyerStrictMode=true
$RNFirebaseAnalyticsWithoutAdIdSupport =trueuse_react_native!(:path=>config[:reactNativePath],# An absolute path to your application root.:app_path=>"#{Pod::Config.instance.installation_root}/..")target'redtagTests'doinherit!:complete# Pods for testingendpost_installdo |installer|
# https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202react_native_post_install(installer,config[:reactNativePath],:mac_catalyst_enabled=>false,# :ccache_enabled => true)endendtarget"NotificationService"douse_frameworks!:linkage=>:staticpod'MoEngage-iOS-SDK/RichNotification'endtarget"NotificationContent"douse_frameworks!:linkage=>:staticpod'MoEngage-iOS-SDK/RichNotification'end
AppDelegate.m:
// N/A
Android
Working fine in android.
Environment
Click To Expand
react-native info output:
OUTPUT GOES HERE
Platform that you're experiencing the issue on:
iOS
Android
iOS but have not tested behavior on Android
Android but have not tested behavior on iOS
Both
react-native-firebase version you're using that has this issue:
21.6.0
Firebase module(s) you're using that has the issue:
Issue
I’m facing an issue on iOS. When I trigger the purchase event, the Firebase dashboard shows purchase event twice, as you can see in the two screenshots I’ve attached. This is happening in both debug and release modes.
Attachments (Android/iOS)
Attachments (Real Data)
You can see every purchase event captured twice.
Project Files
Javascript
Click To Expand
package.json
:firebase.json
for react-native-firebase v6:# N/A
iOS
Click To Expand
ios/Podfile
:AppDelegate.m
:// N/A
Android
Working fine in android.
Environment
Click To Expand
react-native info
output:react-native-firebase
version you're using that has this issue:21.6.0
Firebase
module(s) you're using that has the issue:e.g. Instance ID
TypeScript
?`
React Native Firebase
andInvertase
on Twitter for updates on the library.The text was updated successfully, but these errors were encountered: