all. It looks like our Firebase analytics integration is not working as expected - we have approximately 20 users of our app, but Firebase reports over 1K.
I suspect this has to do with setting the user ID appropriately. But I'm not sure what I've done wrong - we call FirebaseAnalytics.getInstance().setUserId whenever a user signs in.
Are we supposed to call this more frequently? Say, whenever the app is opened? Am I missing some way to associate our users with their IDs in Firebase? Or am I misunderstanding something altogether?