I am sending screen views to firebase by calling setCurrentScreen(activity, screenname, classname) for some screen. but on dashboard why it showed not set for screen_name?
Asked
Active
Viewed 327 times
0
-
Your code is probably not actually setting the value. Please edit the question to show the code. Make sure you explain the values of any variables in use. – Doug Stevenson Oct 15 '19 at 19:40
-
@DougStevenson Screen names are there for which screen i used that setCurrentScreen method like "Home" as seen in screenshot. but my question is why the value not set is there? – Ankur Chitranshi Oct 15 '19 at 19:45
-
If the Firebase console isn't working the way you expect, please contact Firebase support directly for assistance. https://support.google.com/firebase/contact/support – Doug Stevenson Oct 15 '19 at 19:55
-
Check this out: https://stackoverflow.com/questions/50952080/firebase-screen-name-is-showing-not-set/ – Vesper Oct 16 '19 at 07:48