Add multiple serviceconfigurations for same service

I use the same database for 2 apps - one for internal use, and another for public use. I intend to have 2 different google api projects with different sets of apis enabled. But currently I can not as the ServiceConfiguration can have only one service: google entry.

Is it possible to use 2 separate projects (with separate credentials) then? If yes, how?

@s7dhansh did you get this possible? Im having the same issue and couldn’t figure out how to do

@n00bvn No, I didn’t. AFAIK, you will need to use the same config with multiple apps if they talk to one db.