Expo /react-native-firebase: No Firebase App ‘[DEFAULT]’ has been created – call firebase.initializeApp()
I am using react native firebase npm module https://rnfirebase.io/auth/usage with expo so if followed docs and created firebasse android and ios apps and downloaded the google.services and GoogleInfo.plist files and configured with the product.
As mention in the docs i am adding listner that listines the auth state changes as provided in docs
My entrypoing file looks like below