MCPcopy
hub / github.com/pickle-com/glass / getCurrentUserId

Method getCurrentUserId

src/features/common/services/authService.js:185–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183
184
185 getCurrentUserId() {
186 return this.currentUserId;
187 }
188
189 getCurrentUser() {
190 const isLoggedIn = !!(this.currentUserMode === 'firebase' && this.currentUser);

Callers 15

getSettingsFunction · 0.80
saveSettingsFunction · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
_saveStateMethod · 0.80
index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected