コンパイル時にAn attribute list cannot appear hereってエラーが出る
Thank you for reading this post, don't forget to subscribe!
// Public constant
ABSL_CONST_INIT extern "C" const int64_t kFIRFirestoreCacheSizeUnlimited =
api::Settings::CacheSizeUnlimited;
コメントにしてこんなふうに変更
extern "C" const int64_t kFIRFirestoreCacheSizeUnlimited =
api::Settings::CacheSizeUnlimited;