I have created an Firebase account, under which I created a Firebase project for my iOS app project, I am working on Facebook login.
Now, another developer joint our team, he is working on the same iOS project, however, he used his Firebase account created a Firebase project with the same name, he is working on Twitter login.
I am wondering, we are now working on the same iOS project codebase, however, we use two different Firebase accounts for different authentication method (Facebook login, and Twitter login). Will there be problem in future for our app? Or it is fine to use two Firebase accounts for the same iOS project?