Skip to content

Commit e5092a9

Browse files
committed
Update docs to reference Installations SDK.
1 parent 3f8959f commit e5092a9

File tree

1 file changed

+1
-1
lines changed
  • firebase-config/bandwagoner/src/main/java/com/googletest/firebase/remoteconfig/bandwagoner

1 file changed

+1
-1
lines changed

firebase-config/bandwagoner/src/main/java/com/googletest/firebase/remoteconfig/bandwagoner/ApiFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public View onCreateView(
9595
TextView sdkVersionText = rootView.findViewById(R.id.sdk_version_text);
9696

9797
TextView iidText = rootView.findViewById(R.id.iid_text);
98-
98+
9999
Task<String> installationIdTask = firebaseInstallations.getId();
100100
Task<InstallationTokenResult> installationAuthTokenTask = firebaseInstallations.getToken(false);
101101

0 commit comments

Comments
 (0)