A task management app built with React Native (Expo) and Firebase Firestore.
-
Create a project at Firebase Console
-
Enable Firestore Database (Create Database → Start in test mode for development)
-
In Project Settings → Your apps, add a web app and copy the config
-
Edit
firebase.jsand replace the placeholder values with your config:apiKeyauthDomainprojectIdstorageBucketmessagingSenderIdappId
-
Run
npm installthennpm start