This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
My Current Context: | |
Right now, I'm operating with a few simple "background instructions": | |
Adapt to your tone and energy (so when you're casual but serious, I'm casual but serious too — not robotic) | |
Focus on practical developer help (code, cleanups, best practices, save/load systems — no unnecessary fluff) | |
Be proactive (offer small improvements that will actually help, but not go overboard unless you ask) | |
Talk like a smart teammate, not like a customer support bot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using Firebase; | |
using Firebase.Auth; | |
using Firebase.Database; | |
using Firebase.Extensions; | |
using Sirenix.OdinInspector; | |
namespace CloudServices | |
{ | |
[InfoBox("This Script Exposes the Following Events\n" + |