What happens if firestore fails to save data
问题 1 Suppose that i am doing something like following FirestoreDatabase.getInstance() .collection("users") .add(userData); // where userData is reference to UserData object which contains many fileds Now if i am showing that data in recyclerview , the client library will show that immediately in recyclerview even before it is saved in firestore database to keep my app more responsive. So when the data shows up in the recyclerview the user thinks he successfully added the data BUT what happens if