Function: FireCMS
▸ FireCMS<UserType
>(props
): Element
If you are using independent components of the CMS you need to wrap them with this main component, so the internal hooks work.
This is the main component of FireCMS. It acts as the provider of all the internal contexts and hooks.
You only need to use this component if you are building a custom app. In most cases you can just use the FirebaseCMSApp component.
Type parameters
Name | Type |
---|---|
UserType | extends User |
Parameters
Name | Type |
---|---|
props | FireCMSProps <UserType > |
Returns
Element