Firestore: support for specifying databaseId
This commit adds support for specifying the databaseId when creating a FirebaseFirestore instance.
This allows users to connect to a specific database within their Firebase project.
The firestore function now accepts an optional databaseId parameter. If not provided, it defaults to the default database for the project.
Additionally, the NativeFirebaseFirestoreWrapper now stores the databaseId and uses it when initializing the Firestore instance.
I would also be interested in that one. @Reedyuk would be great if you could have a look at these changes.
I'm interested in this solution. @lynnfield @Reedyuk is this PR intending to be merged?
Merged and available here: https://github.com/DatL4g/firebase-kotlin-sdk
For more information, read this comment: https://github.com/GitLiveApp/firebase-kotlin-sdk/pull/738#issuecomment-3166443339