Merge branch 'VR-AppFullyOffline' into Uploader
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.IO;
|
||||
using UnityEngine;
|
||||
using UnityEngine.Networking;
|
||||
@@ -21,7 +21,7 @@ namespace GhostSystem
|
||||
public const string supabaseAnonKey = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImNlemdoeHp0dnlnZ3dndW55aG1xIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDcyMTk5MzcsImV4cCI6MjA2Mjc5NTkzN30.vr6-3X3Ux_DjcCiw_CqG-VKP8BiBXtmCzAXjYTiA_vY";
|
||||
|
||||
public Client supabase { get; private set; }
|
||||
public string userId => supabase?.Auth?.CurrentUser?.Id;
|
||||
public string userId = "09321725-0150-4df0-92a7-029005cc75eb";
|
||||
|
||||
private string email;
|
||||
private string password;
|
||||
@@ -144,6 +144,7 @@ namespace GhostSystem
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
//textbox.text += $"\n\rSupabase health check failed: {www.error}";
|
||||
Debug.LogError($"Supabase health check failed: {www.error}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user