@@ -86,7 +86,7 @@ distributed as part of the core Firebase
86
86
87
87
Feature | Required Libraries and Gradle Packages
88
88
-------------------------- | --------------------------------------
89
- All Firebase SDKs | platform(com.google.firebase:firebase-bom:33.3 .0)
89
+ All Firebase SDKs | platform(com.google.firebase:firebase-bom:33.5 .0)
90
90
| | (Android Bill of Materials)
91
91
Firebase Analytics | libfirebase_analytics.a
92
92
| | libfirebase_app.a
@@ -230,50 +230,50 @@ Feature | Required Frameworks and Cocoapods
230
230
-------------------------- | ---------------------------------------
231
231
Firebase Analytics | firebase_analytics.xcframework
232
232
| | firebase.xcframework
233
- | | Firebase/Analytics Cocoapod (11.2.0 )
233
+ | | Firebase/Analytics Cocoapod (11.4.1 )
234
234
Firebase App Check | firebase_app_check.xcframework
235
235
| | firebase.xcframework
236
- | | Firebase/AppCheck Cocoapod (11.2.0 )
236
+ | | Firebase/AppCheck Cocoapod (11.4.1 )
237
237
Firebase Authentication | firebase_auth.xcframework
238
238
| | firebase.xcframework
239
- | | Firebase/Auth Cocoapod (11.2.0 )
239
+ | | Firebase/Auth Cocoapod (11.4.1 )
240
240
Firebase Dynamic Links | firebase_dynamic_links.xcframework
241
241
| | firebase.xcframework
242
- | | Firebase/DynamicLinks Cocoapod (11.2.0 )
242
+ | | Firebase/DynamicLinks Cocoapod (11.4.1 )
243
243
Cloud Firestore | firebase_firestore.xcframework
244
244
| | firebase_auth.xcframework
245
245
| | firebase.xcframework
246
- | | Firebase/Firestore Cocoapod (11.2.0 )
247
- | | Firebase/Auth Cocoapod (11.2.0 )
246
+ | | Firebase/Firestore Cocoapod (11.4.1 )
247
+ | | Firebase/Auth Cocoapod (11.4.1 )
248
248
Firebase Functions | firebase_functions.xcframework
249
249
| | firebase_auth.xcframework (optional)
250
250
| | firebase.xcframework
251
- | | Firebase/Functions Cocoapod (11.2.0 )
252
- | | Firebase/Auth Cocoapod (11.2.0 )
251
+ | | Firebase/Functions Cocoapod (11.4.1 )
252
+ | | Firebase/Auth Cocoapod (11.4.1 )
253
253
Google Mobile Ads | firebase_gma.xcframework
254
254
| | firebase.xcframework
255
- | | Firebase/CoreOnly Cocoapod (11.2.0 )
255
+ | | Firebase/CoreOnly Cocoapod (11.4.1 )
256
256
| | Google-Mobile-Ads-SDK Cocoapod (11.2.0)
257
257
| | GoogleUserMessagingPlatform Cocoapod (2.3.0)
258
258
Firebase Installations | firebase_installations.xcframework
259
259
| | firebase.xcframework
260
- | | FirebaseInstallations Cocoapod (11.2 .0)
260
+ | | FirebaseInstallations Cocoapod (11.4 .0)
261
261
Firebase Cloud Messaging | firebase_messaging.xcframework
262
262
| | firebase.xcframework
263
- | | Firebase/Messaging Cocoapod (11.2.0 )
263
+ | | Firebase/Messaging Cocoapod (11.4.1 )
264
264
Firebase Realtime Database | firebase_database.xcframework
265
265
| | firebase_auth.xcframework
266
266
| | firebase.xcframework
267
- | | Firebase/Database Cocoapod (11.2.0 )
268
- | | Firebase/Auth Cocoapod (11.2.0 )
267
+ | | Firebase/Database Cocoapod (11.4.1 )
268
+ | | Firebase/Auth Cocoapod (11.4.1 )
269
269
Firebase Remote Config | firebase_remote_config.xcframework
270
270
| | firebase.xcframework
271
- | | Firebase/RemoteConfig Cocoapod (11.2.0 )
271
+ | | Firebase/RemoteConfig Cocoapod (11.4.1 )
272
272
Firebase Storage | firebase_storage.xcframework
273
273
| | firebase_auth.xcframework
274
274
| | firebase.xcframework
275
- | | Firebase/Storage Cocoapod (11.2.0 )
276
- | | Firebase/Auth Cocoapod (11.2.0 )
275
+ | | Firebase/Storage Cocoapod (11.4.1 )
276
+ | | Firebase/Auth Cocoapod (11.4.1 )
277
277
278
278
Important: Each version of the Firebase C++ SDK supports a specific version of
279
279
the Firebase iOS SDK. Please ensure that you reference the Cocoapod versions
@@ -293,50 +293,50 @@ Feature | Required Libraries and Cocoapods
293
293
-------------------------- | -----------------------------------------
294
294
Firebase Analytics | libfirebase_analytics.a
295
295
| | libfirebase_app.a
296
- | | Firebase/Analytics Cocoapod (11.2.0 )
296
+ | | Firebase/Analytics Cocoapod (11.4.1 )
297
297
Firebase App Check | firebase_app_check.xcframework
298
298
| | firebase.xcframework
299
- | | Firebase/AppCheck Cocoapod (11.2.0 )
299
+ | | Firebase/AppCheck Cocoapod (11.4.1 )
300
300
Firebase Authentication | libfirebase_auth.a
301
301
| | libfirebase_app.a
302
- | | Firebase/Auth Cocoapod (11.2.0 )
302
+ | | Firebase/Auth Cocoapod (11.4.1 )
303
303
Firebase Dynamic Links | libfirebase_dynamic_links.a
304
304
| | libfirebase_app.a
305
- | | Firebase/DynamicLinks Cocoapod (11.2.0 )
305
+ | | Firebase/DynamicLinks Cocoapod (11.4.1 )
306
306
Cloud Firestore | libfirebase_firestore.a
307
307
| | libfirebase_app.a
308
308
| | libfirebase_auth.a
309
- | | Firebase/Firestore Cocoapod (11.2.0 )
310
- | | Firebase/Auth Cocoapod (11.2.0 )
309
+ | | Firebase/Firestore Cocoapod (11.4.1 )
310
+ | | Firebase/Auth Cocoapod (11.4.1 )
311
311
Firebase Functions | libfirebase_functions.a
312
312
| | libfirebase_app.a
313
313
| | libfirebase_auth.a (optional)
314
- | | Firebase/Functions Cocoapod (11.2.0 )
315
- | | Firebase/Auth Cocoapod (11.2.0 )
314
+ | | Firebase/Functions Cocoapod (11.4.1 )
315
+ | | Firebase/Auth Cocoapod (11.4.1 )
316
316
Google Mobile Ads | libfirebase_gma.a
317
317
| | libfirebase_app.a
318
- | | Firebase/CoreOnly Cocoapod (11.2.0 )
318
+ | | Firebase/CoreOnly Cocoapod (11.4.1 )
319
319
| | Google-Mobile-Ads-SDK Cocoapod (11.2.0)
320
320
| | GoogleUserMessagingPlatform Cocoapod (2.3.0)
321
321
Firebase Installations | libfirebase_installations.a
322
322
| | libfirebase_app.a
323
- | | FirebaseInstallations Cocoapod (11.2 .0)
323
+ | | FirebaseInstallations Cocoapod (11.4 .0)
324
324
Firebase Cloud Messaging | libfirebase_messaging.a
325
325
| | libfirebase_app.a
326
- | | Firebase/CloudMessaging Cocoapod (11.2.0 )
326
+ | | Firebase/CloudMessaging Cocoapod (11.4.1 )
327
327
Firebase Realtime Database | libfirebase_database.a
328
328
| | libfirebase_app.a
329
329
| | libfirebase_auth.a
330
- | | Firebase/Database Cocoapod (11.2.0 )
331
- | | Firebase/Auth Cocoapod (11.2.0 )
330
+ | | Firebase/Database Cocoapod (11.4.1 )
331
+ | | Firebase/Auth Cocoapod (11.4.1 )
332
332
Firebase Remote Config | libfirebase_remote_config.a
333
333
| | libfirebase_app.a
334
- | | Firebase/RemoteConfig Cocoapod (11.2.0 )
334
+ | | Firebase/RemoteConfig Cocoapod (11.4.1 )
335
335
Firebase Storage | libfirebase_storage.a
336
336
| | libfirebase_app.a
337
337
| | libfirebase_auth.a
338
- | | Firebase/Storage Cocoapod (11.2.0 )
339
- | | Firebase/Auth Cocoapod (11.2.0 )
338
+ | | Firebase/Storage Cocoapod (11.4.1 )
339
+ | | Firebase/Auth Cocoapod (11.4.1 )
340
340
341
341
Important: Each version of the Firebase C++ SDK supports a specific version of
342
342
the Firebase iOS SDK. Please ensure that you reference the Cocoapod versions
@@ -631,8 +631,10 @@ workflow use only during the development of your app, not for publicly shipping
631
631
code.
632
632
633
633
## Release Notes
634
- ### Upcoming Release
634
+ ### 12.4.0
635
635
- Changes
636
+ - General (iOS): Update to Firebase Cocoapods version 11.4.1.
637
+ - General (Android): Update to Firebase Android BoM version 33.5.0.
636
638
- General (Android): Reduced minSdkVersion back to 23.
637
639
- Analytics: Add support for Parameters of Lists of Dictionaries, needed
638
640
by some events such as ViewCart.
0 commit comments