1

User gender manually passing through User property is not showing in Firebase Analytics DebugView

I passed application's user's gender in firebase analytics using User Property. I am passing property value like,

 mFirebaseAnalytics?.setUserProperty("app_user_gender", "male")

In logcat, it's showing like,

D/FA: Setting user property (FE): app_user_gender, male

that means Firebase SDK sending this User property. but in DebugView it's not showing like other properties showing.

enter image description here

I know that Gender automatically tracked by Firebase but i want exact gender value for Application's user.

I have another Question like,

How can I analyse Event with it's Property values for example, i have one event like login_with which has login_using property and i am passing phone and email as value. So i want to know that, How many users login with email? Can anybody please tell me that how can i check this thing in Firebase Analytics Dashboard?

Sanjay Prajapati
  • 241
  • 3
  • 19

1 Answers1

0

I think you are looking in the wrong card. All the user properties are shown and displayed under the Current User Properties table that shows the latest state of the set of User Properties for the currently selected development device.

Check debug events pertaining to top events and current user properties for details.

AniV
  • 3,997
  • 1
  • 12
  • 17