Skip to content

Commit 5821dff

Browse files
update template
1 parent 5206c16 commit 5821dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo/PowerSyncExample/_Secrets.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ enum Secrets {
66
static let supabaseURL = URL(string: "https://your-id.supabase.co")!
77
static let supabaseAnonKey = "anon-key"
88
// Optional storage bucket name. Set to nil if you don't want to use storage.
9-
static let supabaseStorageBucket = "media"
9+
static let supabaseStorageBucket: String? = nil
1010
}

0 commit comments

Comments
 (0)