Function: FirebaseCMSApp
▸ FirebaseCMSApp(props
): Element
This is the default implementation of a FireCMS app using the Firebase services as a backend. You can use this component as a full app, by specifying collections and entity schemas.
This component is in charge of initialising Firebase, with the given configuration object.
If you are building a larger app and need finer control, you can use FireCMS, Scaffold, SideEntityDialogs and NavigationRoutes instead.
Parameters
Name | Type |
---|---|
props | FirebaseCMSAppProps |
Returns
Element