Shuts down the Firestore instance. If used again, a new instance has to be created by calling FS.init()
static Future<void> shutdown() { return instance.terminate(); }