chore: remove Firestore-related implementations and example files

Deleted all Firestore augmentation, storage, sync implementations, and related type definitions. Removed the FirestoreSync example file as part of the cleanup for disabled Firestore functionality.
This commit is contained in:
David Snelling 2025-06-02 17:03:53 -07:00
parent 40dd046884
commit 18bbe6d428
9 changed files with 64 additions and 2179 deletions

View file

@ -187,7 +187,7 @@ export namespace BrainyAugmentations {
/**
* Interface for Memory augmentations.
* These augmentations provide storage capabilities for data in different formats (e.g., fileSystem, in-memory, or firestore).
* These augmentations provide storage capabilities for data in different formats (e.g., fileSystem, in-memory).
*/
export interface IMemoryAugmentation extends IAugmentation {
/**