with-rn-firebase
with-rn-firebase copied to clipboard
Do not deprecate with-rn-firebase-io, config plugin is missing in "@react-native-firebase/app": "^18.1.0",
I am using with-rn-firebase in production, its working there config plugin is missing for few libraries like below
"@react-native-firebase/app": "^18.1.0",
"@react-native-firebase/app": "^18.1.0",
This library (with-rn-firebase) is unmaintained.
The @react-native-firebase/app now contains the config plugin inside it (I checked the source code, the plugin is not missing), so you don't have to use with-rn-firebase anymore.
Look at the "Expo" section in the docs: https://rnfirebase.io/#expo
Replace with-rn-firebase with @react-native-firebase/app in the plugins section of app.json
sorry i it was analytics i mistakenly typed it as app
"@react-native-firebase/analytics": "^18.1.0",