Skip to content

Commit e0a8291

Browse files
committed
fix sign in with custom token api don't return local id
1 parent ef1bbed commit e0a8291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-auth-rest/core/src/main/java/com/anotherdev/firebase/auth/SignInResponse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public interface SignInResponse {
2525
@SerializedName("expiresIn")
2626
String getExpiresIn();
2727

28+
@Nullable
2829
@SerializedName("localId")
2930
String getLocalId();
3031

0 commit comments

Comments
 (0)