Home
last modified time | relevance | path

Searched refs:getGoogleSignInReversedClientId (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DGoogle-test.ts6 getGoogleSignInReversedClientId,
20 describe(getGoogleSignInReversedClientId, () => {
23 expect(getGoogleSignInReversedClientId({}, { projectRoot: '' })).toBe(null);
39 expect(getGoogleSignInReversedClientId(config, { projectRoot: '/' })).toBe(
/expo/packages/@expo/config-plugins/build/ios/
H A DGoogle.js7 exports.getGoogleSignInReversedClientId = getGoogleSignInReversedClientId;
94 function getGoogleSignInReversedClientId(config, modRequest) { function
108 const reversedClientId = getGoogleSignInReversedClientId(config, modRequest);
H A DGoogle.d.ts7 export declare function getGoogleSignInReversedClientId(config: Pick<ExpoConfig, 'ios'>, modRequest… function
H A DGoogle.js.map1getGoogleSignInReversedClientId","_infoPlist$REVERSED_C","googleServicesFileRelativePath","getGoog…
/expo/packages/@expo/config-plugins/src/ios/
H A DGoogle.ts42 export function getGoogleSignInReversedClientId( function
65 const reversedClientId = getGoogleSignInReversedClientId(config, modRequest);
/expo/packages/@expo/config-plugins/
H A DCHANGELOG.md111 …Google.getGoogleSignInReservedClientId` to `IOSConfig.Google.getGoogleSignInReversedClientId`. ([#…