Skip to content

Instantly share code, notes, and snippets.

View JohanJimenex's full-sized avatar
💻
Learning...

Johan Jiménez JohanJimenex

💻
Learning...
View GitHub Profile
@JohanJimenex
JohanJimenex / .FirebaseConexion_no_dependecies.cs
Last active May 12, 2025 16:25
Unity Firebase REST Leaderboard with Custom JSON Parser
using System.Collections.Generic;
using UnityEngine;
using System.Threading.Tasks;
using System;
using UnityEngine.Networking;
/// <summary>
/// Clase genérica para operaciones CRUD con Firebase Realtime Database desde Unity.
/// Asegúrate de configurar reglas de seguridad e índices desde la consola de Firebase.
/// </summary>