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?