HayatoToyoda / oheya

This is your Expo project repository created from Expo Application Services (EAS)
1 stars 0 forks source link

Feature/dynamic retrieval #14

Closed HayatoToyoda closed 2 months ago

HayatoToyoda commented 2 months ago

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:

This implementation improves data consistency and efficiency by separating post details from user data.

Testing:

  1. Sign in to the app.
  2. Upload an image.
  3. Verify that the image is displayed correctly in the app.
  4. Check the Firebase Realtime Database to confirm that the image metadata and post ID are stored correctly.