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 78eb283 commit a3698c4Copy full SHA for a3698c4
Demo/PowerSyncExample/_Secrets.swift
@@ -4,4 +4,5 @@ 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
+}
0 commit comments