Firebase for React Native
We can use npx command "react-native-firebase/app" to installed packaged for firebase.
Here is command:
npx @react-native-community/cli init --template=@react-native-firebase/template <name>
you can edit with name of the app, for example: MyApp
npx @react-native-community/cli init --template=@react-native-firebase/template MyApp
For IOS just install POD:
cd IOS