Skip to content

Instantly share code, notes, and snippets.

View wajahatdeveloper's full-sized avatar

wajahatdeveloper

View GitHub Profile
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
@wajahatdeveloper
wajahatdeveloper / FirebaseInit.cs
Created January 15, 2024 18:49
Firebase Initialization Script
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" +