I have a React Native app which I want to connect with Firebase. Now, I can do it for an Android app or an iOS app.
What would be the way to go if I want to achieve this for a React Native project i.e. as a single backend for both Android/iOS. Would I have to create separate backend for both?
Should I use Web as from these options?
Thanks in advance.