Thanks to visit codestin.com Credit goes to github.com
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 9fdb58a commit 58abcd7Copy full SHA for 58abcd7
installations/app/src/main/java/com/google/samples/snippet/MainActivity.java
@@ -18,7 +18,7 @@ protected void onCreate(Bundle savedInstanceState) {
18
}
19
20
private void logInstallationAuthToken() {
21
- FirebaseInstallations.getInstance().getToken(true)
+ FirebaseInstallations.getInstance().getToken(/* forceRefresh */ true)
22
.addOnCompleteListener(new OnCompleteListener<InstallationTokenResult>() {
23
@Override
24
public void onComplete(@NonNull Task<InstallationTokenResult> task) {
0 commit comments