/expo_firebase_boilerplate

Expo, Firebase boilerplate for rapid app development

Primary LanguageJavaScriptMIT LicenseMIT

📱 Expo Firebase Boilerplate

Expo, Firebase boilerplate for rapid app development



Setps to run 💻

  • Clone the repository git clone https://github.com/fayeed/expo_firebase_boilerplate.git && cd expo_firebase_boilerplate.
  • Install dependencies npm i or yarn.
  • Add FirebaseConfig.js to config folder and export firebase secrets.
    export default {
      apiKey: "API_KEY_HERE",
      authDomain: "AUTH_DOMAIN_HERE",
      databaseURL: "DATABASE_URL_HERE",
      projectId: "PROJECT_ID_HERE",
      storageBucket: "STORAGE_BUCKER_HERE",
      messagingSenderId: "MESSAGING_SENDER_ID_HERE",
      appId: "APP_ID_HERE"
    };
  • Run the project expo start.

Feature 🔮

  • Expo
  • Firebase Integration
  • Firebase Auth & Auth flow
  • React Navigation
  • Redux, Redux Saga, Redux Persist
  • formik for form creation

Found this template useful? ❤️

If you found this template useful, then please consider giving it a ⭐️ on Github and sharing it with your friends via social media.

License ⚖️

Issues and feedback 💭

If you have any suggestion for including a feature or if something doesn't work, feel free to open a Github issue for us to have a discussion on it.