With iOS 14, Apple has introduced new privacy features. When installing firebase through cocoapods, one of the options is to install Analytics without IDFA collection capability.
# pod ‘Firebase/AnalyticsWithoutAdIdSupport’
I would like to use that option but do not understand what the pitfalls or disadvantages of doing so would be down the line.