Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ languageCode
Method
languageCode
packages/firebase-auth/index.ios.ts:1272–1274 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1270
}
1271
1272
get languageCode(): string {
1273
return
this.native?.languageCode;
1274
}
1275
1276
set languageCode(code: string) {
1277
if
(this.native) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected