Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ setUserId
Method
setUserId
packages/firebase-crashlytics/index.android.ts:108–110 ·
view source on GitHub ↗
(userId: string)
Source
from the content-addressed store, hash-verified
106
this.native.setCrashlyticsCollectionEnabled(java.lang.Boolean.valueOf(enabled));
107
}
108
setUserId(userId: string) {
109
this.native.setUserId(userId);
110
}
111
}
Callers
nothing calls this directly
Calls
1
setUserId
Method · 0.65
Tested by
no test coverage detected