Lavinia Ţolelaviniatole.hashnode.dev·Feb 16, 2024How to add Analytics in a Bare React Native app (using React Native Firebase)Many articles talk about adding analytics to React Native projects made with React Native CLI, but not as many explain how to do it in Expo's bare workflow. When I started working with Expo, using it came with challenges like large native binary size...React Native Integration with Firebase
shivam tripathishivambhai.hashnode.dev·Dec 1, 2023React Native Integration with FirebaseHere are following steps :- Step-1:- Create React-Native Project with following command in Your terminal react-native init YourProjectName Step-2:- Install required packages for building project npm install @react-native-firebase/app @react-...11 likes·35 readsReact Native Integration with Firebase