Push notifications
The part of SDK needed to connect with your users through push-notifications
allprojects {
repositories {
...
// Check that you have the following line (if not, add it):
google() // Google's Maven repository
}
}dependencyResolutionManagement {
repositories {
...
// Check that you have the following line (if not, add it):
google() // Google's Maven repository
}
}FirebaseMsgListener
Last updated
Was this helpful?