Skip to content

Fix android push

Martin Santangelo requested to merge fix/android-push into develop

Ticket(s) / Related Merge Requests

PR fixing the fork of react-native-notifications: https://github.com/Minds/react-native-notifications/pull/11/files

#4629 (closed)

Summary of Changes

The issue was caused by the update of the firebase messaging library.

  • I fixed our fork of the push notifications library to work with this version of the lib
  • I updated the google service json, since it was failing to get the auth for the token with this new implementation

Testing Considerations

  • Log in
  • Send the app to the background
  • Generate a push with other user
  • Push should be received

Regression Scope

Only Android push is affected

Platform Affected (web, mobile, etc)

Android

Developer Testing Completed

Tested on a real android device

Screenshots

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Merge request reports