Closed HayatoToyoda closed 2 months ago
This PR implements the functionality to upload images and store their metadata in a normalized database structure.
Key changes:
posts
users/{userId}/posts
This implementation improves data consistency and efficiency by separating post details from user data.
Testing:
Implement image upload and metadata storage with database normalization
This PR implements the functionality to upload images and store their metadata in a normalized database structure.
Key changes:
posts
collection.users/{userId}/posts
.This implementation improves data consistency and efficiency by separating post details from user data.
Testing: