We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772acc2 commit 99193e8Copy full SHA for 99193e8
firebase-messaging/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java
@@ -62,7 +62,7 @@
62
* Messaging</a> singleton that provides methods for subscribing to topics and sending upstream
63
* messages.
64
*
65
- * <p>In order to receive Firebase messages, declare an implementation of <br>
+ * <p>In order to receive messages, declare an implementation of <br>
66
* {@link FirebaseMessagingService} in the app manifest. To process messages, override base class
67
* methods to handle any events required by the application.
68
*/
0 commit comments