Seeking guidance on how to effectively manage a test database with Firestore while also highlighting key aspects of my current app's implementation. Currently, I have a production database set up for my Ionic 3 app.
I am utilizing one production database.
For user logins, I am using native Facebook and Google+ logins which require me to create native apps within the Firebase console.
Queries:
Is it necessary to set up a separate project in the Firebase console for creating a new test database?
If so, would I then need to maintain two different code bases? This is because of the native logins, meaning I would have to include
google-services.json
andgoogleservice-info.plist
.