You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(messaging, android): purge message store to limit first, add second
previously we added before purging, so if close to an OOM we would trigger it,
if an app update is pushed with this change, it will ideally recover completely
from this situation by purging the store down before any new data is added
Copy file name to clipboardExpand all lines: packages/messaging/android/src/main/java/io/invertase/firebase/messaging/ReactNativeFirebaseMessagingStoreImpl.java
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -28,18 +28,21 @@ public void storeFirebaseMessage(RemoteMessage remoteMessage) {
0 commit comments