3.0.0-beta.6 • Published 2 days ago

@firecms/collection_editor_firebase v3.0.0-beta.6

Weekly downloads
-
License
-
Repository
-
Last release
2 days ago

Firebase connector for FireCMS collection editor

This package provides a hook that allows to build a CollectionConfigController that persists data to Firebase Firestore.

You can use the exposed useFirestoreCollectionsConfigController hook to create a controller.

This connector saves the collections config in Firestore. You need to provide a FirebaseApp instance and the Firestore path where you want to store the collections config. Defaults to "__FIRECMS/config/collections".