Exemple #1
0
 public IFirebaseReadonlyQuery On(string eventName, SnapshotCallback callback, object context)
 {
     _queryId = _app.Subscribe(eventName, _path, callback, context, _filters);
     return(this);
 }