public static void Init(string apiUrl, string apiKey, string[] repos) { Firebase.Init(apiUrl, apiKey); _repos = repos; }