Open Issues Need Help
View All on GitHubAI Summary: Implement Firebase authentication for user sign-in and sign-up within the Nuroo mobile application. This involves creating dedicated sign-in and sign-up screens, integrating Firebase Authentication, and ensuring secure handling of user credentials.
Nuroo is a mobile app to support parents of neurodivergent children by personalized, AI-driven learning experiences and progress tracking.
AI Summary: Configure Firebase in a React Native application, including authentication and Firestore setup. This involves creating a `firebase.ts` file with the necessary configuration and initializing the Firebase app within the React Native project. The goal is to enable user management and data persistence using Firebase as the core backend.
Nuroo is a mobile app to support parents of neurodivergent children by personalized, AI-driven learning experiences and progress tracking.
AI Summary: Integrate a crash reporting tool (Sentry or Firebase Crashlytics) into the Nuroo mobile app (React Native) to monitor and track runtime errors and crashes in production. This is crucial for maintaining app stability and quickly addressing user-impacting issues, especially after public launch.
Nuroo is a mobile app to support parents of neurodivergent children by personalized, AI-driven learning experiences and progress tracking.
AI Summary: Implement navigation in a React Native app using React Navigation, incorporating both bottom tabs and stack navigators for a user-friendly experience. This involves setting up the navigation structure, configuring routes for different screens (Home, Profile, Assistant, SignIn, Onboarding), and integrating it with the existing app structure.
Nuroo is a mobile app to support parents of neurodivergent children by personalized, AI-driven learning experiences and progress tracking.