I am getting an oom error when reading from firebase database on android. I\'m using fragments for tabs, this is the code for one of the tabs..
public class Even
You are downloading more data from Firebase than will fit in memory. Try splitting up the data, using queries, and reducing the scope of the read operation.