how to install react native firebase in latest react native vesrion code example
Example 1: react native install
npm install -g react-native-cli
Example 2: how to put firebase config in a sperate file react native
const firebaseApp = firebase.initializeApp(firebaseConfig);
export default firebaseApp;