You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have an ability to target a specific Database in getFirestore.
GetFirestore documentation shows how one can add a databaseId ref, to allow targeting a specific database rather than just (default) database. Documentation
~Solution Options getFirestore
Add the option databaseId to DataProvider firebaseOptions, and pass to getFirestore, with a default value of "" which refers to (Default) database.
The text was updated successfully, but these errors were encountered:
It would be great to have an ability to target a specific Database in getFirestore.
GetFirestore documentation shows how one can add a databaseId ref, to allow targeting a specific database rather than just (default) database.
Documentation
~Solution
Options
getFirestore
Add the option databaseId to DataProvider firebaseOptions, and pass to getFirestore, with a default value of "" which refers to (Default) database.
The text was updated successfully, but these errors were encountered: