Configures Firestore to use the emulator instead of the real database.
static useEmulator(final String host, final int port) { instance.useFirestoreEmulator(host, port); }