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 4da3bd9 commit f5fd4adCopy full SHA for f5fd4ad
firebase-installations/src/main/java/com/google/firebase/installations/FirebaseInstallations.java
@@ -110,8 +110,8 @@ public Thread newThread(Runnable r) {
110
+ "Please refer to https://firebase.google.com/support/privacy/init-options.";
111
112
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. "
+ "Installation ID could not be validated with the Firebase servers (maybe it was deleted). "
+ + "Firebase Installations will need to create a new Installation ID and auth token. "
115
+ "Please retry your last request.";
116
117
/** package private constructor. */
0 commit comments