Ejemplo n.º 1
0
 public void ListenForChildAdded() =>
 FirebaseDatabase.ListenForChildAdded(pathInputField.text, gameObject.name, "DisplayData", "DisplayErrorObject");
Ejemplo n.º 2
0
 // Start is called before the first frame update
 void Start()
 {
     DontDestroyOnLoad(gameObject);
     FirebaseDatabase.ListenForChildAdded("rooms", gameObject.name, "OnRoomAdded", "OnError");
 }