I'm developing a simple application with Ionic 3, already linked to his Firebase project, which has to manage a Firestore database from another Firebase project.
The question is: there's a way to link multiple firebase project with Ionic 3?
I'm using angularfire2 and I have already read the official Firebase Documentation: https://firebase.google.com/docs/configure/#use_multiple_projects_in_your_application
But I can't understand how to do it with Ionic 3