Skip to content

Please note that Album Searcher for Google Photos is unofficial and not endorsed by Google.

License

Notifications You must be signed in to change notification settings

tnc1997/google-photos-album-searcher

Repository files navigation

Album Searcher for Google Photos

Please note that Album Searcher for Google Photos is unofficial and not endorsed by Google.

Getting Started

  1. Create a Google Cloud Platform project.
  2. Enable the Photos Library API.
  3. Create an OAuth consent screen with the scopes "openid" and "https://www.googleapis.com/auth/photoslibrary.readonly".
  4. Create an OAuth client for desktop.
  5. Create an OAuth client for web with the authorised JavaScript origins "http://localhost" and "http://localhost:7357".
  6. Create a file "google_sign_in_parameters.dart" with the OAuth client credentials for each platform.
  7. Create a Firebase project linked to the existing Google Cloud Platform project.
  8. Setup Firebase in the Flutter application by following these instructions.
  9. Run flutter run --device-id windows to start the application on desktop.
  10. Run flutter run --device-id chrome --web-port 7357 --web-renderer html to start the application on web.