React Native Firebase
Documentation
GitHub
npm
Preparing search index...
@react-native-firebase/remote-config
types/remote-config
ConfigUpdateObserver
Interface ConfigUpdateObserver
interface
ConfigUpdateObserver
{
complete
:
()
=>
void
;
error
:
(
error
:
FirebaseError
)
=>
void
;
next
:
(
configUpdate
:
ConfigUpdate
)
=>
void
;
}
Index
Properties
complete
error
next
Properties
complete
complete
:
()
=>
void
error
error
:
(
error
:
FirebaseError
)
=>
void
next
next
:
(
configUpdate
:
ConfigUpdate
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
complete
error
next
Documentation
Documentation
GitHub
npm
React Native Firebase
Loading...