Skip to content

Commit f5fd4ad

Browse files
committed
Addressing rayo's comments.
1 parent 4da3bd9 commit f5fd4ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-installations/src/main/java/com/google/firebase/installations/FirebaseInstallations.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ public Thread newThread(Runnable r) {
110110
+ "Please refer to https://firebase.google.com/support/privacy/init-options.";
111111

112112
private static final String AUTH_ERROR_MSG =
113-
"Installation ID could not be validated with the Firebase servers (maybe deleted). "
114-
+ "Firebase Installations will need to create a new Installation ID/Token. "
113+
"Installation ID could not be validated with the Firebase servers (maybe it was deleted). "
114+
+ "Firebase Installations will need to create a new Installation ID and auth token. "
115115
+ "Please retry your last request.";
116116

117117
/** package private constructor. */

0 commit comments

Comments
 (0)