This is a Cross platform Reminder app that sends quirky duolingo-like push notifications & sarcastic messages to prompt users to study featuring a 🦜 mascot.
This project contains a few key features that all apps backed by Firebase support:
- Registration with E-mail & Password
- Login with E-mail and Password
- Handling persisted login credentials
- Navigation (react-native-navigation)
- Writing to Firestore Database
- Reading from Firestore Database
- Creating Firestore indices (for performance)
clone this repo
cd react-native-firebase
npm install
npx expo start
If you prefer using React Native CLI, you'll need to eject from Expo first:
clone the repo
cd react-native-firebase
npx expo prebuild
npm install
react-native run-android // react-native run-ios
This React Native Firebase project is built with Firebase Web SDK, which makes it compatible with both Expo CLI and React Native CLI.