- Clone the repository
git clone https://github.com/fayeed/expo_firebase_boilerplate.git && cd expo_firebase_boilerplate
. - Install dependencies
npm i
oryarn
. - Add
FirebaseConfig.js
toconfig
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
.
- Expo
- Firebase Integration
- Firebase Auth & Auth flow
- React Navigation
- Redux, Redux Saga, Redux Persist
- formik for form creation
If you found this template useful, then please consider giving it a ⭐️ on Github and sharing it with your friends via social media.
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.