I have an existing iOS app that I would like to add to some React Native screens. The app uses Firebase with support enabled to make it work offline. Is there a way to use Firebase directly inside React Native while maintaining standalone functions?
If the answer is yes, do iOS and React Native run the same local data store? This would be important, so changes to offline data on iOS screens would reflect data changes made on React Native screens, and vice versa.
Thank you for sharing your understanding!
source share