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 528f8c8 commit 1c12ddfCopy full SHA for 1c12ddf
Demo/PowerSyncExample/_Secrets.swift
@@ -4,5 +4,7 @@ import Foundation
4
enum Secrets {
5
static let powerSyncEndpoint = "https://your-id.powersync.journeyapps.com"
6
static let supabaseURL = URL(string: "https://your-id.supabase.co")!
7
- static let supabaseAnonKey = "anon-key"
+ 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"
10
}
0 commit comments