Skip to content

Commit

Permalink
fix(app-check, types): ReactNativeFirebaseAppCheckProvider.configure …
Browse files Browse the repository at this point in the history
…returns void not Promise<void>
  • Loading branch information
aadito123 committed May 11, 2023
1 parent b46a29a commit f53dc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-check/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export namespace FirebaseAppCheckTypes {
android?: ReactNativeFirebaseAppCheckProviderAndroidOptions;
apple?: ReactNativeFirebaseAppCheckProviderAppleOptions;
isTokenAutoRefreshEnabled?: boolean;
}): Promise<void>;
}): void;
}

/**
Expand Down

1 comment on commit f53dc2d

@vercel
Copy link

@vercel vercel bot commented on f53dc2d May 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.