Guest User

Untitled

a guest
Jun 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. NSString * strGroupId = [NSString stringWithFormat:@"%@_%@",CURRENT_USER_ID,[userDetailDict valueForKey:@"user_id"]];
  2. FIRDatabaseQuery * query1 = [[[_ref child:@"Message"] child:strGroupId]queryLimitedToLast:10];
  3. _refHandle = [query1 observeEventType:FIRDataEventTypeValue withBlock:^(FIRDataSnapshot *snapshot) {}];
Add Comment
Please, Sign In to add comment