Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ native
Function
native
packages/firebase-app-check/index.android.ts:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
abstract createProvider(app: FirebaseApp): AppCheckProvider;
61
62
get native() {
63
return
this._native;
64
}
65
}
66
67
export
abstract
class
AppCheckProvider {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected