expo-facebook is returning a different FacebookID on Android and IOS

Greetings Expo devs,

I’m using the expo-facebook package in my app for sign-in and it’s working perfectly on both platforms, but I had a problem where the FacebookID returned is different on IOS to that on Android as stated in the docs :

The Android Play Store Expo client will use the Facebook App ID that you provide, however, all Facebook API calls in the iOS App Store Expo client will use Expo’s own Facebook App ID.
I need to return the same FacebookID on both platforms, Any suggestions on how to achieve it?