Firebase observe with type .childAdded retrieves all my information every time. Please assist
问题 According to Firebase docs: ChildAdded is triggered once for each existing child and then again every time a new child is added to the specified path So, I have an app, that has a little banner at the top that pops up every time a user gets a new message. As you could have guessed, these messages are stored in a child in the user object in Firebase. So, here's the problem, when I load the app, it pops up for EVERY message the user has. Is it possible to have this observe event ONLY be called