// Push data from object
 public void PushData(object obj)
 {
     FirebaseManager.Push(settings, obj, null);
 }