Home
last modified time | relevance | path

Searched refs:userId (Results 1 – 25 of 37) sorted by relevance

12

/expo/packages/@expo/cli/src/utils/analytics/
H A DrudderstackClient.ts18 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 Dstorage.rules4 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 Dtelemetry.ts47 userId: string;
50 userId?: string;
223 const userId = getSession()?.userId ?? null; constant
224 return userId ? { anonymousId: deviceId, userId } : { anonymousId: deviceId };
H A DsessionStorage.ts15 userId: string;
/expo/ios/versioned/sdk48/ExpoAppleAuthentication/
H A DAppleAuthenticationModule.swift26 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 DAppleAuthenticationModule.swift26 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 DAppleAuthenticationModule.swift26 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 Dindex.ts180 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 Dtelemetry.test.ts153 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 DgetUserState.d.ts15 userId?: string;
H A DgetUserState.js.map1 … uuid?: string;\n};\n\nexport type UserData = {\n appleId?: string;\n userId?: string;\n usern…
/expo/packages/@expo/cli/src/api/user/
H A Duser.ts73 userId: userData.id,
87 userId: userData.id,
H A DUserSettings.ts8 userId: string;
/expo/packages/@expo/config/src/
H A DgetUserState.ts20 userId?: string;
/expo/packages/@expo/cli/src/api/rest/__tests__/
H A Dclient-test.ts131 userId: '',
151 userId: '',
/expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/
H A DOID.swift88 case userId = "0.9.2342.19200300.100.1.1"
/expo/packages/@expo/cli/src/utils/analytics/__tests__/
H A DrudderstackClient-test.ts28 userId: 'fake',
/expo/packages/@expo/cli/src/api/user/__tests__/
H A DUserSettings-test.ts38 userId: 'USER_ID',
/expo/ios/versioned/sdk47/EXFirebaseAnalytics/EXFirebaseAnalytics/
H A DABI47_0_0EXFirebaseAnalytics.m110 setUserId:(NSString *)userId
115 [FIRAnalytics setUserID:userId];
/expo/packages/expo-contacts/build/
H A DContacts.d.ts157 userId?: string;
/expo/packages/expo-contacts/src/
H A DContacts.ts170 userId?: string;
/expo/packages/@expo/cli/src/graphql/
H A Dgenerated.ts47 userId: Scalars['ID'];
229 userId: Scalars['ID'];
/expo/ios/versioned/sdk47/EXContacts/EXContacts/
H A DABI47_0_0EXContacts+Serialization.m161 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 DEXContacts+Serialization.m161 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 DABI49_0_0EXContacts+Serialization.m161 profile[@"userId"] = val.userIdentifier;
471 …hUrlString:item[@"url"] username:item[@"username"] userIdentifier:item[@"userId"] service:item[@"s…

12