Skip to content

Commit

Permalink
Enable google sign in
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Jan 10, 2025
1 parent dc6408a commit 94ac412
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/lib/domain/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class LocalDatabaseConstants {
}

class FeatureFlag {
static final googleDriveSupport = false;
static final googleDriveSupport = true;
}
20 changes: 16 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,24 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cloud Gallery: All Your Memories in One Spot</title>
<meta name="description"
content="Cloud Gallery: Manage photos and videos from Google Drive, Dropbox, and your device in one place.">
content="Easily manage and back up your photos and videos from Google Drive, Dropbox, and your device—all in one place.">
<link rel="icon" href="assets/favicon.png" type="image/png">
<meta name="keywords"
content="Cloud Gallery, Photos, Videos, Google Drive, Dropbox, Media, Backup">
<meta name="author" content="Cloud Gallery Team">
<title>Cloud Gallery</title>
content="Cloud Gallery, Photos, Videos, Google Drive, Dropbox, Media, Backup, File Management, Cloud Storage, Automatic Backup, Media Management">
<meta name="robots" content="index, follow">
<meta property="og:title" content="Cloud Gallery: All Your Memories in One Spot">
<meta property="og:description"
content="Easily manage and back up your photos and videos from Google Drive, Dropbox, and your device—all in one place.">
<meta property="og:url" content="https://cloud-gallery.canopas.com/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://cloud-gallery.canopas.com/assets/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Cloud Gallery: All Your Memories in One Spot">
<meta name="twitter:description"
content="Easily manage and back up your photos and videos from Google Drive, Dropbox, and your device—all in one place.">
<meta name="twitter:image" content="https://cloud-gallery.canopas.com/assets/og-image.png">
<link rel="stylesheet" href="home_style.css">
</head>
<body>
Expand Down

0 comments on commit 94ac412

Please sign in to comment.