Open
Description
Version info
Angular:
16.2.9
Firebase:
9.23.0
AngularFire:
7.6.1
We can now create multiple firestore databases.
The documentation mentions we can access a named database with a client library, how do we do this in AngularFire?
https://cloud.google.com/firestore/docs/manage-databases#access_a_named_database_with_a_client_library
Can we add a new option to firebaseConfig?
production: false,
environment: 'dev',
firebaseConfig: {
apiKey: '',
authDomain: '',
databaseURL: '',
projectId: '',
storageBucket: '',
messagingSenderId: '',
appId: '',
extraOptionHere??
},
useEmulators: true,
origin: undefined,
Metadata
Metadata
Assignees
Labels
No labels