Library/Test Article One
Crypto Fundamentals·Article

Test Article One

This is a brief description in firestore.

Lumenox Team
June 19, 2026
5 min read
fakeData

Test Library Guide & Article

This is a test article created to verify the functionality of the educational library upload system on the Lumenox Dashboard.

How Articles are Stored in Firestore and Firebase Storage

When you upload this article via the Admin Dashboard, the platform executes two main operations:

1. File Storage (Firebase Storage)

The markdown file is uploaded directly to Firebase Storage.

  • Storage Path: library/{slug}/{filename} (e.g., library/test-article/fake-article-test.md)
  • Metadata: This file becomes publicly readable via the secure download URL generated by Firebase Storage.

2. Document Database (Firestore)

A metadata document is created in the library_articles collection.

  • Document ID: The article's slug (e.g., test-article)
  • Schema Fields:
    • title (string): The display title of the article.
    • slug (string): The URL slug.
    • abstract (string): Short summary of the article.
    • category (string): e.g. Crypto Fundamentals, Technical Analysis, Forex, Equities, Risk Management, Market Structure, Strategy, Education, Other.
    • tags (array of strings): Search tags.
    • author (string): Author name (defaults to "Lumenox Team").
    • readTimeMinutes (number): Estimated reading time.
    • published (boolean): Controls public visibility on /library.
    • fileType (string): 'md' (this file type).
    • fileName (string): 'fake-article-test.md'.
    • storagePath (string): The path in storage.
    • downloadURL (string): The direct link to read the markdown content.
    • createdAt (timestamp): Database creation time.
    • publishedAt (timestamp): Time when it was set to published.

Core Trading Concepts Covered

  1. Market Structure: Trading zones, support & resistance, liquidity sweeps.
  2. Risk Management: R:R ratios, position sizing, volatility adjustments.
  3. Execution: Limit vs Market orders, slippage controls.

Use this test file to check search, categories, and tags on the /library directory.

Informational purposes only. Content published in the Lumenox Library is for educational and research purposes only. Nothing here constitutes financial advice. Always conduct your own due diligence.

Related Articles