A simple React Native app connected with Firebase for authentication, database, and more! π
- π Firebase Authentication
- πΎ Firestore / Realtime Database
- βοΈ Firebase Storage
- π± Cross-platform (Android + iOS)
- βοΈ React Native
- π₯ Firebase
- π’ Node.js (Server)
# Clone this repo
git clone https://github.com/Rranssu/React-Native-Firebase.gitcd app && npm installcd ../server && npm installRun the App
cd app
npx react-native run-androidnpx react-native run-iosπ Run the Server
cd server
npm startπ Env Setup
Add your Firebase config π₯
FIREBASE_API_KEY=...
FIREBASE_AUTH_DOMAIN=...
FIREBASE_PROJECT_ID=...π€ Contribute
Fork π΄ β Code π» β PR π
π License
MIT Β© 2025 - Rranssu