I'm using Firestore with an app that I'm trying to do. I've done a documentSnapshot.toObject(Something.class)
to pick a value from a specific documents. And then assign it to a TextView.
However, upon opening the app, this TextView takes a few microsecond more to load. Everything else appears first.
Should I instead use Real Time Database for this particular operation?