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 52096f4 commit aa60917Copy full SHA for aa60917
Demo/PowerSyncExample/_Secrets.swift
@@ -4,7 +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