Hi guys, as many of you know, Firebase has support for multiple databases, it would be great to have this functionality in FF. I consider that the change at the code level would be minimal to make this possible, instead of using FirebaseFirestore.instance, you should use FirebaseFirestore.instanceFor and take the database of variables that the user can configure, that would be all. I consider this to be essential if we want to have scalable applications with FF and not just TODO list.