-
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
In Firebase Analytics Dashboard showing Landing Page as not set #7973
Comments
I'm not 100% sure, but I think "Landing page" is done automatically by the Firebase SDK. But I'm also not sure if this even applies to android/iOS as it sounds like web (i.e. web page) It might be worth setting the view using |
Yes , We are using it in react-native mobile App, We tried with setting logScreenView using below code but it will be showing under pages and views section. under landing PAge section it still showing not set , we are using version 20.3.0 of firebase-analytics library, if it is automatic done by firebasse sdk then why it showing, if any other code syntax to it , kindly guide on same |
I ask communicate with firebase team , But I got below response Firebase has yet to provide official support for React-Native framework. Unfortunately, we have limited knowledge and expertise with React-Native, and general consulting services such as specific code implementation items like designing / architecting apps are beyond our support scope. Please take note that we cannot guarantee a 100% workable solution since we have limited knowledge and expertise with React-Native due to the fact that it's not fully supported and is considered as a third party library or framework. However, I'll try my best to share some helpful insights with you. I still not understood what to do |
Hello Team,
I am using @react-native-firebase/analytics for capturing analytics in react native android and iOS apps , But on the analytics dashboard I can not see Landing Page analytics. I can see (not set) value for the same. I can see Events and pages and screen
Can someone help what exact code is required for capturing landing Page analytics.
refer screenshot what I see in firebase console
I am using react-native version 0.72.5 and firebase analytics version as [20.3.0]
The text was updated successfully, but these errors were encountered: