mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-05-28 23:51:09 +08:00
[core] add functions module to core + types
This commit is contained in:
@@ -107,7 +107,7 @@ export default {
|
||||
const _name = (name || DEFAULT_APP_NAME).toUpperCase();
|
||||
|
||||
// return an existing app if found
|
||||
// todo in v4 remove deprecation and throw an error
|
||||
// TODO in v5 remove deprecation and throw an error
|
||||
if (APPS[_name]) {
|
||||
console.warn(INTERNALS.STRINGS.WARN_INITIALIZE_DEPRECATION);
|
||||
return APPS[_name];
|
||||
|
||||
Reference in New Issue
Block a user