func exists(_ filePath: String) async throws{ let storage = Storage.storage() let storageRef = storage.reference(withPath: filePath) _ = try await storageRef.getMetadata() }
If exists, do not throw.