initializeFirestore
Initializes a new instance of Firestore with the provided settings. Can only be called before any other function, including {@link (getFirestore:1)}. If the custom settings are empty, this function is equivalent to calling {@link (getFirestore:1)}.
function initializeFirestore(
app: FirebaseApp,
settings: FirestoreSettings,
databaseId?: string,
): Firestore;