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