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 7b3bf3e commit 347af5cCopy full SHA for 347af5c
firebase-messaging/src/main/java/com/google/firebase/messaging/RemoteMessage.java
@@ -158,8 +158,8 @@ public String getCollapseKey() {
158
/**
159
* Gets the message's ID.
160
*
161
- * <p>This will be the message ID set when sending the message or automatically generated by the
162
- * server.
+ * <p>This is automatically generated by the server. Treat it as an opaque string. Do not rely on
+ * its format to be consistent.
163
164
* @return The message ID
165
*/
0 commit comments