This project is a React Native template created with Expo, featuring support for Firebase authentication and Firestore out of the box. It is an upgraded version of the template originally found at venits/react-native-firebase-login-template-typescript, updated to work with the latest (2024) version of expo, react naviigation, and react native.
- React Native Expo setup for easy development and testing.
- Firebase Authentication integration for secure and reliable user authentication, with async storage for persistence.
- Firestore database integration for efficient data handling and storage.
To get started with this template:
- Clone the repository:
git clone https://github.com/friedice5467/react-native-firebase-expo-template.git
- Install the dependencies:
cd react-native-firebase-expo-template npm install - Enter your firebase web config
- Start the Expo project:
npx expo start
Contributions to improve this template are welcome. Please feel free to fork the repository and submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
