是否可以让用户选择使用自己的Firebase数据库

我正在制作一个使用Firebase实时数据库的Android应用程序。但是,我希望用户可以选择使用我的Firebase数据库还是使用自己的数据库。这有可能吗?有没有办法配置android应用,以便用户可以使用自己的Firebase-Database?也许通过使用自己的API密钥/项目URL或其他东西?

我正在寻找Google-Drive API之类的实现,可以在其中将内容存储到用户自己的Google Drive中。

Currently, I can think of only one possible way to achieve this : user compiling their own app with their own google.json file.