enableNetworkRe-enables use of the network for this Firestore instance after a prior call to disableNetwork. function enableNetwork(firestore: Firestore): Promise<void>;§enableNetwork(firestore: Firestore): Promise<void>[src]§Parameters§firestore: Firestore[src]§Return Type§Promise<void>[src]A Promise that is resolved once the network has been enabled.