UNPKG

@react-native-firebase/app

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

4 lines 224 B
import type { SerializedValue } from '../types/internal'; export declare function serializeType(value: any): SerializedValue; export declare function serializeObject(object: any): any; //# sourceMappingURL=serialize.d.ts.map