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
2
3
4
5
6
7
8
9
|-- Project
|-- app
|-- src
|-- production
|-- google-services.json
|-- staging
|-- google-services.json
|-- debug
|-- google-services.json