so i have two databases, (default) and miniatura-firebase-test

i checked the source code of firestore.gd, and found this variable
var _extended_url: String = "projects/[PROJECT_ID]/databases/(default)/documents/"
while the [PROJECT_ID] will be substituted later in the code, the (default) is hardcoded, which shouldn't be the case since there are more than 1 possible database names. i tried replacing the (default) with miniatura-firebase-test and now my database is accessible
so in summary: add a feature/method that allow user to choose which database (name) to access, probably when/before calling Firestore.collection()