When adding Firebase
support to the iOS app, Firebase generates this GoogleService-Info.plist
file.
One of the flags in this file is IS_ADS_ENABLED
which defaults to true
.
I can't find any documentation of this flag (on the website nor in FIROptions
). Does anyone knows what does it do and when can I disable it?
false
by default. But now I am worried to turn it off in production... – Plautus