with-rn-firebase icon indicating copy to clipboard operation
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",

Open rizwan-incapsulate opened this issue 2 years ago • 2 comments

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",

rizwan-incapsulate avatar Jul 03 '23 09:07 rizwan-incapsulate

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

barthap avatar Jul 03 '23 11:07 barthap

sorry i it was analytics i mistakenly typed it as app

"@react-native-firebase/analytics": "^18.1.0",

rizwan-incapsulate avatar Jul 03 '23 11:07 rizwan-incapsulate