https://github.com/adi-code22/personal-image-gallery
This is a Personal Image Gallery used to store favorite images to google cloud, with the protection of FirebaseAuth.
https://github.com/adi-code22/personal-image-gallery
dart firebase firebase-auth flutter flutter-apps
Last synced: 7 months ago
JSON representation
This is a Personal Image Gallery used to store favorite images to google cloud, with the protection of FirebaseAuth.
- Host: GitHub
- URL: https://github.com/adi-code22/personal-image-gallery
- Owner: adi-code22
- Created: 2021-03-18T19:25:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-31T06:05:29.000Z (over 3 years ago)
- Last Synced: 2025-03-14T12:13:46.682Z (12 months ago)
- Topics: dart, firebase, firebase-auth, flutter, flutter-apps
- Language: Dart
- Homepage:
- Size: 738 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Image Gallery
A personal image gallery which stores your data using google firebase services.
# The Application looks like this
## The Login screen gets you through the login setup
After login your are taken to a similar page
- You can either take the picture directly from the camera
- Once you provided a photo and the caption and location you are ready to submit
Once you have submitted the project the photo along with the location and caption is being transferred into the cloud
## Final Output
- Finally you get to see the gallery where all of your photoes are stored along with your captions and location
- This app is supported by google authentication, so you can use this as a private image gallery
# Technical Details
The app uses Flutter, Google Authentication, Google RTDB, Google Firestore, Google Storage etc
# How to take a look at the app?
Assuming that you have Flutter installed in your System and either AVD or a smartphone with USB debugging is available;
Clone the repository and run ```flutter run``` inside the root repository and you'll get this running
This project is a starting point for a Flutter application.
Try installing the apk-debug.apk file and explore the app