yalcin-ata/godot-android-module-firebase

Set test banner without change android project settings

grevius5 opened this issue · 1 comments

I think it would be great if we can set the test mode for ads in the Firebase init function and not by changing always the android project file. I test with a physical device and i have to switch the "test" bool always for production and test.
A valid alternative would be to set a test device with this.
Let me know what you think :)

It could be done, but I don't think it is neccessary because in my workflow the test option is always on. Only when I am about to release the APK I turn it off.