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
Ritik Prasadritik5devs.hashnode.dev·Jun 27, 2022React Native Integration with FirebaseFirebase is an app development platform that helps you build and grow apps and games users love. Backed by Google and trusted by millions of businesses around the world. As being a React Native Developer you should know how to integrate with firebase...63 likes·212 readsFirebase