Getting Started with Core
How to get started with the @fireact.dev/core package
The @fireact.dev/core package provides essential features for web applications built with Firebase and React. It handles user authentication, profile management, and account settings with a complete set of pre-built components and utilities.
<SignIn />
- Sign in form with social options<SignUp />
- Registration form<ResetPassword />
- Password reset form<PrivateRoute />
- Protected route wrapper<Profile />
- User profile display/edit<EditName />
- Name editor<EditEmail />
- Email update<ChangePassword />
- Password change<DeleteAccount />
- Account deletion<AuthenticatedLayout />
- Layout for protected pages<PublicLayout />
- Layout for public pages<Message />
- Notification display<Dashboard />
- User dashboard<AuthProvider />
- Authentication context<ConfigProvider />
- Configuration context<LoadingProvider />
- Loading state managementVisit our Getting Started Guide to begin using the core package.
How to get started with the @fireact.dev/core package
Guide for adding new language support to your Fireact Core application
Guide for adding new authenticated page components to your Fireact Core application
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.