MichaelV00
MichaelV00
Hi there, checking the native android-sdk, it does not seem to let you configure this and if you cannot configure it there we wouldn't be able to allow it here....
Hi there, can you confirm its not appearing in the spam folder? Also do you get any errors when doing this on iOS or on gcp? Also what kind of...
Hi there, can you please tell me if the solution here works? https://stackoverflow.com/questions/51178015/firebase-email-verification-not-working-with-actioncodesetting
Hi there, I am not sure what your issue is, could you please rephrase it? Are you saying that using Modular API does not work?
Hi there, thanks for further clarification, so simply, the screen names are not logged properly when using the modular reference as opposed to namespaced (which does show the correct names...
I believe you were using the correct method before. logScreenView is a method that exists on Modular references here: https://github.com/invertase/react-native-firebase/blob/main/packages/analytics/lib/modular/index.d.ts#L682 What you were previously doing was the correct Modular approach....
> Please read my issue. > > I am using logEvent but it does not log the screen names I provide. It just logs UIViewController instead of the name I...
Analytics should automatically track screens. Try putting this in your manifest for now and see if it works whilst the problem gets diagnosed. ``` ```
The call you use to logScreenView is [here](https://github.com/invertase/react-native-firebase/blob/main/packages/analytics/lib/modular/index.d.ts#L682) as I mentioned before and we should be using logEvent here instead. Ill talk with the team and see if I can...
Hi there, having investigated further, we do use logEvent here and it should work as logScreenView does use logEvent under the hood so we know logEvent should work. It could...