I will use it for this function.
try {
const anonymousId = await FBSDK.AppEventsLogger.getAnonymousID();
await adapty.user.updateProfile({
facebookAnonymousId: anonymousId,
});
} catch (error: AdaptyError) {}