We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5206c16 commit 5821dffCopy full SHA for 5821dff
Demo/PowerSyncExample/_Secrets.swift
@@ -6,5 +6,5 @@ enum Secrets {
6
static let supabaseURL = URL(string: "https://your-id.supabase.co")!
7
static let supabaseAnonKey = "anon-key"
8
// Optional storage bucket name. Set to nil if you don't want to use storage.
9
- static let supabaseStorageBucket = "media"
+ static let supabaseStorageBucket: String? = nil
10
}
0 commit comments