ขอแนะนำให้คุณแจ้งแก่ผู้ใช้ที่ลงชื่อเข้าใช้ด้วย Google
ความสามารถในการยกเลิกการเชื่อมต่อบัญชี Google ของพวกเขากับแอปของคุณ หากผู้ใช้ลบ
คุณต้องลบข้อมูลที่ได้รับจาก
Google APIs
GIDSignIn.sharedInstance.disconnect{erroringuarderror==nilelse{return}// Google Account disconnected from your app.// Perform clean-up actions, such as deleting data associated with the// disconnected account.}
Objective-C
[GIDSignIn.sharedInstancedisconnectWithCompletion:^(NSError*_Nullableerror){if(error){return;}// Google Account disconnected from your app.// Perform clean-up actions, such as deleting data associated with the// disconnected account.}];