Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/firebase
/ getCurrentUser
Method
getCurrentUser
apps/demo/src/plugin-demos/firebase-auth.ts:160–163 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
158
}
159
160
getCurrentUser() {
161
const
auth = firebase().auth();
162
this._setCurrentUser(auth?.currentUser);
163
}
164
165
logOutUser() {
166
firebase().auth().signOut();
Callers
3
onAuthStateChanged
Method · 0.80
onIdTokenChanged
Method · 0.80
currentUser
Method · 0.80
Calls
3
_setCurrentUser
Method · 0.95
firebase
Function · 0.90
auth
Method · 0.80
Tested by
no test coverage detected