Skip to content

Commit

Permalink
Fix messaging duplicate symbol bug (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maurice authored May 19, 2022
1 parent e936998 commit 2dda243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/android_dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ set(FIREBASE_INSTALLATIONS_ANDROID_DEPS
"com.google.firebase:firebase-analytics:21.0.0"
)

# iid is needed by messaging to avoid a conflict with functions
set(FIREBASE_MESSAGING_ANDROID_DEPS
"com.google.firebase:firebase-messaging:23.0.4"
"com.google.firebase:firebase-analytics:21.0.0"
"com.google.firebase:firebase-iid:21.1.0"
)

set(FIREBASE_REMOTE_CONFIG_ANDROID_DEPS
Expand All @@ -73,4 +75,4 @@ set(FIREBASE_REMOTE_CONFIG_ANDROID_DEPS
set(FIREBASE_STORAGE_ANDROID_DEPS
"com.google.firebase:firebase-storage:20.0.1"
"com.google.firebase:firebase-analytics:21.0.0"
)
)
2 changes: 2 additions & 0 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ Release Notes
- Analytics: Removed deprecated event names and parameters.
- Crashlytics (Android): Fixed a bug with missing symbols when enabling
minification via proguard.
- Messaging (Android): Fixed a bug with duplicate symbols when also
using Functions.
- Realtime Database (Desktop): Fixed a bug handling server timestamps
on 32-bit CPUs.
- Storage (Desktop): Set Content-Type HTTP header when uploading with
Expand Down

0 comments on commit 2dda243

Please sign in to comment.