[REQUIRED] Describe your environment react-native: 0.47.2, Firebase SDK version: 4.5.0 Firebase Product: cloud firestore_ (auth, database, storage, etc) [REQUIRED] Describe the problem Around 2 - 3 mins after I query firestore I'm getting a Image reference error Code to reproduce: db.collection("users").get().then((snap)=>{ snap.forEach((doc)=>{ console.log(doc.data()) }) })  console outputs <img width="1010" alt="screen shot 2017-10-04 at 7 03 12 pm" src="https://user-images.githubusercontent.com/24738013/31203840-e6b38ae4-a936-11e7-8cc5-78c3ff8a33f0.png"> when signing out of auth