Install
Works with Drupal: ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
364.69 KB
MD5: efedada78a6a08337a7d1c5903234169
SHA-1: 2ff53c2d73045d2a0d844d4debbf5f90f76e7bbb
SHA-256: a7cba2d953426469dc1e78ef1ba9888ead6fda652a8eabdb8dd87300bfce95b7
Download zip
371.44 KB
MD5: 35cb25a06776a81cfed115953b090490
SHA-1: ca76c66ee7fdf28af4ae52b1c4e37cd356b2fcdc
SHA-256: ac440a82293710ce5a66462b43580817613838f97005fcbbb976fa31134f3385
Release notes
Firebase Config Manager 1.0.0-alpha1
Overview
This is the first alpha release of the Firebase Config Manager module for Drupal. It provides an easy-to-use interface for managing Google Firebase Firestore data from the Drupal admin panel.
Features
- Secure Firebase Connection: Uses environment variables for authentication.
- Firestore Collection Browsing: Lists available collections dynamically.
- Document Editing: Modify string and integer fields.
- Real-time Updates: Changes in the admin panel sync instantly to Firestore.
- AJAX Interface: Enables seamless, non-blocking updates.
- Drupal Permissions Support: Enforces role-based access.
- Comprehensive Logging: Tracks all interactions for auditing.
Installation
- Install via Composer:
composer require drupal/firebase_config_manager - Enable the module in Drupal:
- Navigate to
Admin > Extendand enable "Firebase Config Manager."
- Navigate to
- Configure Firebase credentials via an environment variable.
Known Issues
- Ensure
google/cloud-firestoreandkreait/firebase-phpdependencies are installed. - If experiencing connection issues, verify service account permissions in Firebase.