Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit a242dd5

Browse files
Firebase Remote Config crash #1255
1 parent 9e49402 commit a242dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firebase.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ firebase.getRemoteConfig = arg => {
477477
resolve(result);
478478

479479
} else {
480-
reject(error.localizedDescription);
480+
reject(error ? error.localizedDescription : "Unknown error, fetch status: " + remoteConfigFetchStatus);
481481
}
482482
};
483483

0 commit comments

Comments
 (0)