Open
Description
Overview
This issue involves transferring the local arrays that store meditation data into a Firestore database. The goal is to store meditations and their corresponding IDs in a structured and scalable manner within Firestore. This will improve data management and enable better integration with other features.
Important Note: Work on this issue is on hold until Issue #14 is merged, as it contains critical dependencies that must be resolved first.
Todos
Preparation
- Review the structure of the current local arrays for meditations.
- Define the schema for storing meditations and IDs in Firestore (e.g., collection name, fields).
Implementation
- Set up Firestore collections and documents for meditations and IDs.
- Write code to transfer data from local arrays into Firestore.
- Map local array data to Firestore schema.
- Ensure proper handling of unique IDs
Metadata
Metadata
Assignees
Labels
No labels