Skip to content
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

'Firebase User ID' dimension should default to user_id, not user_pseudo_id #5

Open
dctanugi opened this issue Dec 3, 2020 · 0 comments

Comments

@dctanugi
Copy link

dctanugi commented Dec 3, 2020

In the Firebase Events view, there is a dimension called Firebase User ID that defaults to user_pseudo_id (and returns user_id instead of user_pseudo_id is null). This has the undesired effect that the number_of_users measure calculated the number of app instances, not the number of app accounts.

In other words, if a user (with a given user_id) logs into the app twice (resulting in two user_pseudo_id values), the number_of_users measure will return 2 instead of 1. That is probably not what most Looker users will expect when querying the number of users.

sql: COALESCE(${user_pseudo_id},${user_id}) ;;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant