UNPKG

@dream11mobile/react-native-firebase

Version:

A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Sto

9 lines (8 loc) 260 B
import NativeError from '../../common/NativeError'; export default class SnapshotError extends NativeError { constructor(nativeErrorMap) { super(nativeErrorMap.error); this.path = nativeErrorMap.path; this.appName = nativeErrorMap.appName; } }