Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ languageCode
Method
languageCode
packages/firebase-auth/index.android.ts:1438–1440 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1436
}
1437
1438
get languageCode(): string {
1439
return
this.native?.getLanguageCode?.();
1440
}
1441
1442
set languageCode(code: string) {
1443
if
(this.native) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected