Skip to content
/ Remind Public

A cross-platform app that reminds(bullies) you with notifications until start studying everyday 🦜

License

Notifications You must be signed in to change notification settings

iBz-04/Remind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remind

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)

Getting Started (with Expo)

clone this repo
cd react-native-firebase
npm install
npx expo start

Getting Started (without Expo)

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.