Skip to content

Commit f53dc2d

Browse files
authored
fix(app-check, types): ReactNativeFirebaseAppCheckProvider.configure returns void not Promise<void>
1 parent b46a29a commit f53dc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-check/lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export namespace FirebaseAppCheckTypes {
140140
android?: ReactNativeFirebaseAppCheckProviderAndroidOptions;
141141
apple?: ReactNativeFirebaseAppCheckProviderAppleOptions;
142142
isTokenAutoRefreshEnabled?: boolean;
143-
}): Promise<void>;
143+
}): void;
144144
}
145145

146146
/**

0 commit comments

Comments
 (0)