Components

The components are building blocks of the Fireactjs framework.

ActionPages

This is the component to power customised Firebase action pages.

AppTemplate

This is the template component for the logged-in state application.

AuthProvider

This component checks the user’s logged-in state and passes the data to the children components via context variables.

AuthRoutes

The route component checks user sign-in state and redirect users to the sign-in page if they haven’t signed in.

FireactProvider

This component provides the framework configurations via a context variable config.

MainMenu

The main menu component for the application layout.

PublicTemplate

The template layout for the public pages including Sign-In, Sign-Up etc.

ResetPassword

The form for users to request a password reset.

SignIn

The form for users to sign in to the application.

SignUp

The form for users to sign up using email and password.

UserDelete

The form component for deleting the current user account.

UserMenu

The menu component displays the user action menu at the top-right of the toolbar.

UserProfile

The component displays the profile of the current user and links to user profile management features.

UserUpdateEmail

The form component for updating email addresses.

UserUpdateName

The form component for updating names.

UserUpdatePassword

The form component for updating passwords.