Closed
Description
Got a error if working with multiple databases.
// relative URL, uses the database url provided in bootstrap
const relative = af.database.object('/item');
// absolute URL
const absolute = af.database.object('https://another-db.firebaseio.com/item');
EXCEPTION: Error: FIREBASE FATAL ERROR: database.refFromURL: Host name does not match the current database: (found another-db.firebaseio.com but expected db.firebaseio.com)
Creating a new instance of Firebase is not possible. Ends up in a
Error: Unresolved Type Firebase