Android Multiple Firebase Apps For One Project
Jul 28, 2019
If you have multiple build variant / flavour, you probably want to use different google-services.json depends on different build variant. The answer is yes, you can. Here is a stack-overflow answer that might help.
For detail, do something like following:
1 | |-- Project |
