I'm building a React Native app with Firebase for backend, and I couldn't find good information to help me decide if I should go with the official firebase web library, or react-native-firebase.
This article from Firebase says
"With the updates in the 3.1.0 SDK, almost all of the JavaScript SDK’s functionality should now work smoothly in React Native"
but at the react-native-firebase github docs, it says
The Web SDK doesn't support many of Firebase's services.
Normally I would decide to go with the official Firebase Web SDK, but I see there's many people that complain about it, so I'm not sure what to do. Any advice/help would be appreciated. Thank you.