Unable to see data from expo-firebase-analytics

Hi,
I am using latest version of expo client with expo-firebase-analytics ,
It pass 24 h and I cant see any data of analytics
My code is

 Analytics.setDebugModeEnabled(true);
await  Analytics.logEvent('sign_up', {
      screen: 'loginScreen',
      purpose: 'new user created',
      user: firebaseUser.uid,

    });

I also added the android conf from firebase to project what can be the issue