| /expo/packages/@expo/cli/src/utils/analytics/ |
| H A D | rudderstackClient.ts | 18 userId: string; 51 export async function setUserDataAsync(userId: string, traits: Record<string, any>): Promise<void> { 59 userId, 99 const { userId, deviceId } = identifyData; constant 102 const identity = { userId, anonymousId: deviceId }; 117 userId: identifyData.userId,
|
| /expo/apps/test-suite/firebase/ |
| H A D | storage.rules | 4 match /users/{userId}/{allPaths=**} { 5 allow read: if request.auth.uid == userId; 6 allow write: if request.auth.uid == userId && request.resource.size < 10 * 1024; 7 allow delete: if request.auth.uid == userId;
|
| /expo/packages/create-expo/src/ |
| H A D | telemetry.ts | 47 userId: string; 50 userId?: string; 223 const userId = getSession()?.userId ?? null; constant 224 return userId ? { anonymousId: deviceId, userId } : { anonymousId: deviceId };
|
| H A D | sessionStorage.ts | 15 userId: string;
|
| /expo/ios/versioned/sdk48/ExpoAppleAuthentication/ |
| H A D | AppleAuthenticationModule.swift | 26 AsyncFunction("getCredentialStateAsync") { (userId: String, promise: Promise) in in definition() 29 appleIdProvider.getCredentialState(forUserID: userId) { credentialState, _ in in definition()
|
| /expo/ios/versioned/sdk49/ExpoAppleAuthentication/ |
| H A D | AppleAuthenticationModule.swift | 26 AsyncFunction("getCredentialStateAsync") { (userId: String, promise: Promise) in in definition() 29 appleIdProvider.getCredentialState(forUserID: userId) { credentialState, _ in in definition()
|
| /expo/packages/expo-apple-authentication/ios/ |
| H A D | AppleAuthenticationModule.swift | 26 AsyncFunction("getCredentialStateAsync") { (userId: String, promise: Promise) in in definition() 29 appleIdProvider.getCredentialState(forUserID: userId) { credentialState, _ in in definition()
|
| /expo/tools/src/code-review/ |
| H A D | index.ts | 180 async function findExistingReportsAsync(prNumber: number, userId: number) { 182 return comment.user?.id === userId && comment.body?.startsWith(COMMENT_HEADER); 189 async function findExistingReviewsAsync(prNumber: number, userId: number) { 191 (review) => review.user?.id === userId
|
| /expo/packages/create-expo/src/__tests__/ |
| H A D | telemetry.test.ts | 153 JSON.stringify({ analyticsDeviceId: existingAnonymousId, auth: { userId: existingUserId } }) 197 userId: existingUserId, 211 userId: existingUserId, 225 userId: existingUserId, 263 message.anonymousId === existingAnonymousId && message.userId === existingUserId
|
| /expo/packages/@expo/config/build/ |
| H A D | getUserState.d.ts | 15 userId?: string;
|
| H A D | getUserState.js.map | 1 … uuid?: string;\n};\n\nexport type UserData = {\n appleId?: string;\n userId?: string;\n usern…
|
| /expo/packages/@expo/cli/src/api/user/ |
| H A D | user.ts | 73 userId: userData.id, 87 userId: userData.id,
|
| H A D | UserSettings.ts | 8 userId: string;
|
| /expo/packages/@expo/config/src/ |
| H A D | getUserState.ts | 20 userId?: string;
|
| /expo/packages/@expo/cli/src/api/rest/__tests__/ |
| H A D | client-test.ts | 131 userId: '', 151 userId: '',
|
| /expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/ |
| H A D | OID.swift | 88 case userId = "0.9.2342.19200300.100.1.1"
|
| /expo/packages/@expo/cli/src/utils/analytics/__tests__/ |
| H A D | rudderstackClient-test.ts | 28 userId: 'fake',
|
| /expo/packages/@expo/cli/src/api/user/__tests__/ |
| H A D | UserSettings-test.ts | 38 userId: 'USER_ID',
|
| /expo/ios/versioned/sdk47/EXFirebaseAnalytics/EXFirebaseAnalytics/ |
| H A D | ABI47_0_0EXFirebaseAnalytics.m | 110 setUserId:(NSString *)userId 115 [FIRAnalytics setUserID:userId];
|
| /expo/packages/expo-contacts/build/ |
| H A D | Contacts.d.ts | 157 userId?: string;
|
| /expo/packages/expo-contacts/src/ |
| H A D | Contacts.ts | 170 userId?: string;
|
| /expo/packages/@expo/cli/src/graphql/ |
| H A D | generated.ts | 47 userId: Scalars['ID']; 229 userId: Scalars['ID'];
|
| /expo/ios/versioned/sdk47/EXContacts/EXContacts/ |
| H A D | ABI47_0_0EXContacts+Serialization.m | 161 profile[@"userId"] = val.userIdentifier; 471 …hUrlString:item[@"url"] username:item[@"username"] userIdentifier:item[@"userId"] service:item[@"s…
|
| /expo/packages/expo-contacts/ios/EXContacts/ |
| H A D | EXContacts+Serialization.m | 161 profile[@"userId"] = val.userIdentifier; 471 …hUrlString:item[@"url"] username:item[@"username"] userIdentifier:item[@"userId"] service:item[@"s…
|
| /expo/ios/versioned/sdk49/EXContacts/EXContacts/ |
| H A D | ABI49_0_0EXContacts+Serialization.m | 161 profile[@"userId"] = val.userIdentifier; 471 …hUrlString:item[@"url"] username:item[@"username"] userIdentifier:item[@"userId"] service:item[@"s…
|