mirror of
https://github.com/status-im/react-native-firebase.git
synced 2026-08-31 14:11:12 +00:00
6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
module.exports = {
|
|
RUNNING: 'running',
|
|
OK: 'success',
|
|
ERR: 'error',
|
|
};
|