JSPM

@firecms/collection_editor_firebase

3.0.0-canary.153
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 294
    • Score
      100M100P100Q85172F

    Package Exports

    • @firecms/collection_editor_firebase
    • @firecms/collection_editor_firebase/package.json

    Readme

    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".