Skip to content

feat: Transfer Local Meditations into Firestore 🚚 #19

@JustinhSE

Description

@JustinhSE

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions