Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration from GCM to FCM #866

Closed
wants to merge 2 commits into from
Closed

Migration from GCM to FCM #866

wants to merge 2 commits into from

Conversation

miPlodder
Copy link
Collaborator

  • Apply the AndroidStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

@miPlodder
Copy link
Collaborator Author

@therajanmaurya I have make the changes for migration that needs to be made on the App, just I have to replace the google-services.json file in the project.


public class MifosInstanceIDListenerService extends InstanceIDListenerService {
public class MifosInstanceIDListenerService extends FirebaseInstanceIdService {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FirebaseInstanceIdService is deprecated.

@prashantkh19
Copy link
Contributor

Will be done in #1180.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants