Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. mSearchedLocationReference = FirebaseDatabase
  2. .getInstance()
  3. .getReference()
  4. .child(Constants.FIREBASE_CHILD_SEARCHED_LOCATION);
  5.  
  6. DatabaseReference restaurantRef = FirebaseDatabase
  7. .getInstance()
  8. .getReference(Constants.FIREBASE_CHILD_RESTAURANTS);
  9.  
  10. Constants.FIREBASE_CHILD_RESTAURANTS = "Restaurants"
  11. Constants.FIREBASE_CHILD_SEARCHED_LOCATION = "SearchedLocation"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement